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

add_llvm_tool(llvm-stress
  llvm-stress.cpp

  DEPENDS
  intrinsics_gen
  )