mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.
llvm-svn: 194695
This commit is contained in:
parent
15d61f4acd
commit
03017d65ec
@ -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…
x
Reference in New Issue
Block a user