blob: 620016d76fb68fc01f264721fb43a9b6e4c1a274 [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
Paul Robinson17536b92017-06-29 16:52:08 +00006 DWARFDataExtractor.cpp
Zachary Turner82af9432015-01-30 18:07:45 +00007 DWARFDebugAbbrev.cpp
8 DWARFDebugArangeSet.cpp
9 DWARFDebugAranges.cpp
10 DWARFDebugFrame.cpp
11 DWARFDebugInfoEntry.cpp
12 DWARFDebugLine.cpp
13 DWARFDebugLoc.cpp
Amjad Aboude59cc3e2015-11-12 09:38:54 +000014 DWARFDebugMacro.cpp
George Rimare71e33f2016-12-17 09:10:32 +000015 DWARFDebugPubTable.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000016 DWARFDebugRangeList.cpp
Greg Claytonc8c10322016-12-13 18:25:19 +000017 DWARFDie.cpp
Reid Klecknera0587362017-08-29 21:41:21 +000018 DWARFExpression.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000019 DWARFFormValue.cpp
George Rimar4f82df52016-09-23 11:01:53 +000020 DWARFGdbIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000021 DWARFTypeUnit.cpp
David Blaikie65a8efe2015-11-11 19:28:21 +000022 DWARFUnitIndex.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000023 DWARFUnit.cpp
Greg Claytonb8c162b2017-05-03 16:02:29 +000024 DWARFVerifier.cpp
Zachary Turner82af9432015-01-30 18:07:45 +000025 SyntaxHighlighting.cpp
Zachary Turner3bd47ce2015-02-11 03:28:02 +000026
27 ADDITIONAL_HEADER_DIRS
28 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
Zachary Turner6489d7b2015-04-23 17:37:47 +000029 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
Zachary Turner82af9432015-01-30 18:07:45 +000030 )