llvm-profdata doesn't require LLVMCore.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 23 Mar 2014 01:23:26 +0000 (01:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 23 Mar 2014 01:23:26 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204552 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-profdata/CMakeLists.txt
tools/llvm-profdata/Makefile

index 4c64cfa1fa241d7c710459efcb1636dac468858d..3529114371f1e7d9c1f1979b5a6974c25df48bf9 100644 (file)
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS core profiledata support )
+set(LLVM_LINK_COMPONENTS profiledata support)
 
 add_llvm_tool(llvm-profdata
   llvm-profdata.cpp
index 4177780d6cf80d4c58ae63e2ad7e11ef972b5e45..6f8c16265f37afb66b6047cdabb0a7cae6123012 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-profdata
-LINK_COMPONENTS := core profiledata support
+LINK_COMPONENTS := profiledata support
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1