1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-stress/CMakeLists.txt
2012-02-26 08:35:53 +00:00

6 lines
136 B
CMake

set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
add_llvm_tool(llvm-stress
llvm-stress.cpp
)