Skip to content

Commit

Permalink
llvm-cov requires IR and Support as libraries. Instrumentation would …
Browse files Browse the repository at this point in the history
…be overkill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194695 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Nov 14, 2013
1 parent d19c4ce commit 05c837e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/llvm-cov/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LLVM_LINK_COMPONENTS instrumentation )
set(LLVM_LINK_COMPONENTS core support )

add_llvm_tool(llvm-cov
llvm-cov.cpp
Expand Down
2 changes: 1 addition & 1 deletion tools/llvm-cov/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05c837e

Please sign in to comment.