1set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
3add_llvm_tool(llvm-stress
4  llvm-stress.cpp
5  )
6