Manually update the dependencies in the Makefiles. It turns out that all
[oota-llvm.git] / tools / llvm-stress / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
3 add_llvm_tool(llvm-stress
4   llvm-stress.cpp
5   )