[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
[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   )