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

add_llvm_tool(llvm-stress
  llvm-stress.cpp
  )