Raw File
CMakeLists.txt
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)

add_llvm_tool(llvm-stress
  llvm-stress.cpp
  )
back to top