1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
12 add_llvm_unittest(DebugInfoDWARFTests
15 DWARFAcceleratorTableTest.cpp
16 DWARFDataExtractorTest.cpp
17 DWARFDebugArangeSetTest.cpp
18 DWARFDebugFrameTest.cpp
19 DWARFDebugInfoTest.cpp
20 DWARFDebugLineTest.cpp
22 DWARFDieManualExtractTest.cpp
23 DWARFExpressionCopyBytesTest.cpp
24 DWARFExpressionCompactPrinterTest.cpp
25 DWARFFormValueTest.cpp
26 DWARFListTableTest.cpp
27 DWARFLocationExpressionTest.cpp
30 target_link_libraries(DebugInfoDWARFTests PRIVATE LLVMTestingSupport)
32 set_property(TARGET DebugInfoDWARFTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")