mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 10:38:54 +00:00
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:
parent
f0e92a8bca
commit
38803482ff
@ -1,4 +1,4 @@
|
|||||||
set(LLVM_LINK_COMPONENTS core profiledata support )
|
set(LLVM_LINK_COMPONENTS profiledata support)
|
||||||
|
|
||||||
add_llvm_tool(llvm-profdata
|
add_llvm_tool(llvm-profdata
|
||||||
llvm-profdata.cpp
|
llvm-profdata.cpp
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := llvm-profdata
|
TOOLNAME := llvm-profdata
|
||||||
LINK_COMPONENTS := core profiledata support
|
LINK_COMPONENTS := profiledata support
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS := 1
|
TOOL_NO_EXPORTS := 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user