mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[CMake] llvm-profdata requires Core.
llvm-svn: 221046
This commit is contained in:
parent
31bb458ba0
commit
fe65e1d9ef
@ -1,4 +1,8 @@
|
||||
set(LLVM_LINK_COMPONENTS profiledata support)
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ProfileData
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-profdata
|
||||
llvm-profdata.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user