mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
0f25988689
llvm-svn: 56419
7 lines
114 B
CMake
7 lines
114 B
CMake
set(LLVM_LINK_COMPONENTS bitreader analysis)
|
|
set(LLVM_REQUIRES_EH 1)
|
|
|
|
add_llvm_tool(llvm-prof
|
|
llvm-prof.cpp
|
|
)
|