1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
14 add_llvm_unittest(DebugInfoDWARFTests
17 DWARFAcceleratorTableTest.cpp
18 DWARFDataExtractorTest.cpp
19 DWARFDebugAbbrevTest.cpp
20 DWARFDebugArangeSetTest.cpp
21 DWARFDebugFrameTest.cpp
22 DWARFDebugInfoTest.cpp
23 DWARFDebugLineTest.cpp
25 DWARFDieManualExtractTest.cpp
26 DWARFExpressionCopyBytesTest.cpp
27 DWARFExpressionCompactPrinterTest.cpp
28 DWARFFormValueTest.cpp
29 DWARFListTableTest.cpp
30 DWARFLocationExpressionTest.cpp
33 target_link_libraries(DebugInfoDWARFTests PRIVATE LLVMTestingSupport)