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 |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 14 | DWARFDebugRangeList.cpp |
| 15 | DWARFFormValue.cpp |
| 16 | DWARFTypeUnit.cpp |
David Blaikie | 65a8efe | 2015-11-11 19:28:21 +0000 | [diff] [blame] | 17 | DWARFUnitIndex.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 18 | DWARFUnit.cpp |
| 19 | SyntaxHighlighting.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 20 | |
| 21 | ADDITIONAL_HEADER_DIRS |
| 22 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF |
Zachary Turner | 6489d7b | 2015-04-23 17:37:47 +0000 | [diff] [blame] | 23 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 24 | ) |