llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-11-14 11:45:16 +00:00
parent d19c4ceb26
commit 05c837ec24
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
set(LLVM_LINK_COMPONENTS instrumentation ) set(LLVM_LINK_COMPONENTS core support )
add_llvm_tool(llvm-cov add_llvm_tool(llvm-cov
llvm-cov.cpp llvm-cov.cpp

View File

@ -9,7 +9,7 @@
LEVEL := ../.. LEVEL := ../..
TOOLNAME := llvm-cov TOOLNAME := llvm-cov
LINK_COMPONENTS := instrumentation LINK_COMPONENTS := core support
# This tool has no plugins, optimize startup time. # This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1 TOOL_NO_EXPORTS := 1