dwarfdump: Add some error handling for DWP index sections of the wrong size
[oota-llvm.git] / lib / DebugInfo / DWARF / CMakeLists.txt
1 add_llvm_library(LLVMDebugInfoDWARF
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
13   DWARFDebugRangeList.cpp
14   DWARFFormValue.cpp
15   DWARFTypeUnit.cpp
16   DWARFUnitIndex.cpp
17   DWARFUnit.cpp
18   SyntaxHighlighting.cpp
19
20   ADDITIONAL_HEADER_DIRS
21   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
22   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
23   )