forked from OSchip/llvm-project
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
|
||
|
)
|