OSDN Git Service

Inline a few CMake variables into their only uses.
[android-x86/external-llvm.git] / unittests / DebugInfo / DWARF / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   AsmPrinter
4   DebugInfoDWARF
5   MC
6   Object
7   ObjectYAML
8   Support
9   )
10
11 add_llvm_unittest(DebugInfoDWARFTests
12   DwarfGenerator.cpp
13   DwarfUtils.cpp
14   DWARFDebugInfoTest.cpp
15   DWARFDebugLineTest.cpp
16   DWARFFormValueTest.cpp
17   )
18
19 target_link_libraries(DebugInfoDWARFTests PRIVATE LLVMTestingSupport)