[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[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   )