forked from OSchip/llvm-project
llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.
llvm-svn: 194695
This commit is contained in:
parent
8b2f92a374
commit
bef6171f7d
|
@ -1,4 +1,4 @@
|
|||
set(LLVM_LINK_COMPONENTS instrumentation )
|
||||
set(LLVM_LINK_COMPONENTS core support )
|
||||
|
||||
add_llvm_tool(llvm-cov
|
||||
llvm-cov.cpp
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
LEVEL := ../..
|
||||
TOOLNAME := llvm-cov
|
||||
LINK_COMPONENTS := instrumentation
|
||||
LINK_COMPONENTS := core support
|
||||
|
||||
# This tool has no plugins, optimize startup time.
|
||||
TOOL_NO_EXPORTS := 1
|
||||
|
|
Loading…
Reference in New Issue