mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
9 lines
94 B
CMake
9 lines
94 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
Symbolize
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(sanstats
|
||
|
sanstats.cpp
|
||
|
)
|