1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

llvm-profdata doesn't require LLVMCore.

llvm-svn: 204552
This commit is contained in:
NAKAMURA Takumi 2014-03-23 01:23:26 +00:00
parent 5121aaeed7
commit abbb9ce154
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