28 lines · plain
1set(LLVM_LINK_COMPONENTS2 ${LLVM_TARGETS_TO_BUILD}3 AsmPrinter4 DebugInfoDWARF5 DebugInfoLogicalView6 MC7 MCDisassembler8 Object9 TargetParser10 )11 12add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests13 ../DWARF/DwarfGenerator.cpp14 ../DWARF/DwarfUtils.cpp15 CodeViewReaderTest.cpp16 CommandLineOptionsTest.cpp17 CompareElementsTest.cpp18 DWARFGeneratedTest.cpp19 DWARFReaderTest.cpp20 SelectElementsTest.cpp21 LocationRangesTest.cpp22 LogicalElementsTest.cpp23 StringPoolTest.cpp24 WarningInternalTest.cpp25 )26 27target_link_libraries(DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport)28