mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
6 lines
93 B
CMake
6 lines
93 B
CMake
|
set(LLVM_LINK_COMPONENTS core support )
|
||
|
|
||
|
add_llvm_tool(llvm-profdata
|
||
|
llvm-profdata.cpp
|
||
|
)
|