mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
6 lines
136 B
CMake
6 lines
136 B
CMake
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
|
|
|
|
add_llvm_tool(llvm-stress
|
|
llvm-stress.cpp
|
|
)
|