summaryrefslogtreecommitdiff
path: root/tools/llvm-stress/CMakeLists.txt
blob: ff3a5c42a07bf1a8edc6f33baef8f92bb951c6c5 (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)

add_llvm_tool(llvm-stress
  llvm-stress.cpp
  )
set_target_properties(llvm-stress PROPERTIES ENABLE_EXPORTS 1)