summaryrefslogtreecommitdiff
path: root/unittests/Transforms/DebugIR/CMakeLists.txt
blob: 88734d2b8fcfd8bc7ed44010bc1765bb5173052c (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  Core
  Instrumentation
  Support
  )

add_llvm_unittest(DebugIRTests
  DebugIR.cpp
  )