Adding tests for DebugIR pass
[oota-llvm.git] / unittests / Transforms / DebugIR / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Instrumentation
3   )
4
5 add_llvm_unittest(DebugIRTests
6   DebugIR.cpp
7   )