aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-stress/CMakeLists.txt
blob: d5c10e13f5b3c19734364e1c996ec12f669a77bb (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  Core
  IPA
  Support
  )

add_llvm_tool(llvm-stress
  llvm-stress.cpp
  )
export_executable_symbols(llvm-stress)