blob: 8dd4edcb800900ff015d4a40a17ce21aae8a95eb [file] [log] [blame]
Zachary Turner82af9432015-01-30 18:07:45 +00001add_llvm_library(LLVMDebugInfoDWARF
Zachary Turner82af9432015-01-30 18:07:45 +00002 DWARFAbbreviationDeclaration.cpp
James Henderson3fcc7452018-02-02 12:35:52 +00003 DWARFAddressRange.cpp
Zachary Turner82af9432015-01-30 18:07:45 +00004 DWARFAcceleratorTable.cpp
5 DWARFCompileUnit.cpp
6 DWARFContext.cpp
Paul Robinson17536b92017-06-29 16:52:08 +00007 DWARFDataExtractor.cpp
Zachary Turner82af9432015-01-30 18:07:45 +00008 DWARFDebugAbbrev.cpp
9 DWARFDebugArangeSet.cpp
10 DWARFDebugAranges.cpp
11 DWARFDebugFrame.cpp
12 DWARFDebugInfoEntry.cpp
13 DWARFDebugLine.cpp
14 DWARFDebugLoc.cpp
Amjad Aboude59cc3e2015-11-12 09:38:54 +000015 DWARFDebugMacro.cpp
George Rimare71e33f2016-12-17 09:10:32 +000016 DWARFDebugPubTable.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000017 DWARFDebugRangeList.cpp
James Henderson3fcc7452018-02-02 12:35:52 +000018 DWARFDebugRnglists.cpp
Greg Claytonc8c10322016-12-13 18:25:19 +000019 DWARFDie.cpp
Reid Klecknera0587362017-08-29 21:41:21 +000020 DWARFExpression.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000021 DWARFFormValue.cpp
George Rimar4f82df52016-09-23 11:01:53 +000022 DWARFGdbIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000023 DWARFTypeUnit.cpp
David Blaikie65a8efe2015-11-11 19:28:21 +000024 DWARFUnitIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000025 DWARFUnit.cpp
Greg Claytonb8c162b2017-05-03 16:02:29 +000026 DWARFVerifier.cpp
Zachary Turner3bd47ce2015-02-11 03:28:02 +000027
28 ADDITIONAL_HEADER_DIRS
29 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
Zachary Turner6489d7b2015-04-23 17:37:47 +000030 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
Zachary Turner82af9432015-01-30 18:07:45 +000031 )