1 add_llvm_library(LLVMDebugInfoDWARF 2 DWARFAbbreviationDeclaration.cpp 3 DWARFAcceleratorTable.cpp 4 DWARFCompileUnit.cpp 5 DWARFContext.cpp 6 DWARFDebugAbbrev.cpp 7 DWARFDebugArangeSet.cpp 8 DWARFDebugAranges.cpp 9 DWARFDebugFrame.cpp 10 DWARFDebugInfoEntry.cpp 11 DWARFDebugLine.cpp 12 DWARFDebugLoc.cpp 13 DWARFDebugMacro.cpp 14 DWARFDebugRangeList.cpp 15 DWARFFormValue.cpp 16 DWARFTypeUnit.cpp 17 DWARFUnitIndex.cpp 18 DWARFUnit.cpp 19 SyntaxHighlighting.cpp 20 21 ADDITIONAL_HEADER_DIRS 22 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF 23 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo 24 ) 25