Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMDebugInfoDWARF |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 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 |
Amjad Aboud | e59cc3e | 2015-11-12 09:38:54 +0000 | [diff] [blame] | 13 | DWARFDebugMacro.cpp |
George Rimar | e71e33f | 2016-12-17 09:10:32 +0000 | [diff] [blame^] | 14 | DWARFDebugPubTable.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 15 | DWARFDebugRangeList.cpp |
Greg Clayton | c8c1032 | 2016-12-13 18:25:19 +0000 | [diff] [blame] | 16 | DWARFDie.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 17 | DWARFFormValue.cpp |
George Rimar | 4f82df5 | 2016-09-23 11:01:53 +0000 | [diff] [blame] | 18 | DWARFGdbIndex.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 19 | DWARFTypeUnit.cpp |
David Blaikie | 65a8efe | 2015-11-11 19:28:21 +0000 | [diff] [blame] | 20 | DWARFUnitIndex.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 21 | DWARFUnit.cpp |
| 22 | SyntaxHighlighting.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 23 | |
| 24 | ADDITIONAL_HEADER_DIRS |
| 25 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF |
Zachary Turner | 6489d7b | 2015-04-23 17:37:47 +0000 | [diff] [blame] | 26 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 27 | ) |