]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
[CMake] llvm-profdata requires Core.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Nov 2014 11:46:04 +0000 (11:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Nov 2014 11:46:04 +0000 (11:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221046 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-profdata/CMakeLists.txt

index 3529114371f1e7d9c1f1979b5a6974c25df48bf9..0e330fd0751ebf16598c3473fb3c41be129b4e3a 100644 (file)
@@ -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