88734d2b8fcfd8bc7ed44010bc1765bb5173052c
[oota-llvm.git] / unittests / Transforms / DebugIR / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Instrumentation
4   Support
5   )
6
7 add_llvm_unittest(DebugIRTests
8   DebugIR.cpp
9   )