Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMDebugInfoDWARF |
| 2 | DIContext.cpp |
| 3 | DWARFAbbreviationDeclaration.cpp |
| 4 | DWARFAcceleratorTable.cpp |
| 5 | DWARFCompileUnit.cpp |
| 6 | DWARFContext.cpp |
| 7 | DWARFDebugAbbrev.cpp |
| 8 | DWARFDebugArangeSet.cpp |
| 9 | DWARFDebugAranges.cpp |
| 10 | DWARFDebugFrame.cpp |
| 11 | DWARFDebugInfoEntry.cpp |
| 12 | DWARFDebugLine.cpp |
| 13 | DWARFDebugLoc.cpp |
| 14 | DWARFDebugRangeList.cpp |
| 15 | DWARFFormValue.cpp |
| 16 | DWARFTypeUnit.cpp |
| 17 | DWARFUnit.cpp |
| 18 | SyntaxHighlighting.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame^] | 19 | |
| 20 | ADDITIONAL_HEADER_DIRS |
| 21 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 22 | ) |