1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
12 add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
13 ../DWARF/DwarfGenerator.cpp
14 ../DWARF/DwarfUtils.cpp
15 CodeViewReaderTest.cpp
16 CommandLineOptionsTest.cpp
17 CompareElementsTest.cpp
18 DWARFGeneratedTest.cpp
20 SelectElementsTest.cpp
21 LocationRangesTest.cpp
22 LogicalElementsTest.cpp
24 WarningInternalTest.cpp
27 target_link_libraries(DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport)