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:
parent
5121aaeed7
commit
abbb9ce154
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user