blob: 6ca6e64bd8e6f9fbe583b999760d38a75fab4ad7 [file] [log] [blame]
Zachary Turner82af9432015-01-30 18:07:45 +00001add_llvm_library(LLVMDebugInfoDWARF
Zachary Turner82af9432015-01-30 18:07:45 +00002 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
Amjad Aboude59cc3e2015-11-12 09:38:54 +000013 DWARFDebugMacro.cpp
George Rimare71e33f2016-12-17 09:10:32 +000014 DWARFDebugPubTable.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000015 DWARFDebugRangeList.cpp
Greg Claytonc8c10322016-12-13 18:25:19 +000016 DWARFDie.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000017 DWARFFormValue.cpp
George Rimar4f82df52016-09-23 11:01:53 +000018 DWARFGdbIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000019 DWARFTypeUnit.cpp
David Blaikie65a8efe2015-11-11 19:28:21 +000020 DWARFUnitIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000021 DWARFUnit.cpp
Greg Claytonb8c162b2017-05-03 16:02:29 +000022 DWARFVerifier.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000023 SyntaxHighlighting.cpp
Zachary Turner3bd47ce2015-02-11 03:28:02 +000024
25 ADDITIONAL_HEADER_DIRS
26 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
Zachary Turner6489d7b2015-04-23 17:37:47 +000027 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
Zachary Turner82af9432015-01-30 18:07:45 +000028 )