Skip to content

Commit

Permalink
[CMake] llvm-profdata requires Core.
Browse files Browse the repository at this point in the history
llvm-svn: 221046
  • Loading branch information
chapuni committed Nov 1, 2014
1 parent 549f4f2 commit 792e3ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion llvm/tools/llvm-profdata/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
set(LLVM_LINK_COMPONENTS profiledata support)
set(LLVM_LINK_COMPONENTS
Core
ProfileData
Support
)

add_llvm_tool(llvm-profdata
llvm-profdata.cpp
Expand Down

0 comments on commit 792e3ca

Please sign in to comment.