Home | History | Annotate | Download | only in llvm-stress
      1 set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
      2 
      3 add_llvm_tool(llvm-stress
      4   llvm-stress.cpp
      5   )
      6