llvm-profdata doesn't require LLVMCore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-03-23 01:23:26 +00:00
parent f0e92a8bca
commit 38803482ff
2 changed files with 2 additions and 2 deletions

View 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

View 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