mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
83ecc100c7
This patch implements basic support for parsing and dumping DWARFv5 .debug_addr section. llvm-svn: 338447
34 lines
767 B
CMake
34 lines
767 B
CMake
add_llvm_library(LLVMDebugInfoDWARF
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFAddressRange.cpp
|
|
DWARFAcceleratorTable.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFContext.cpp
|
|
DWARFDataExtractor.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugAddr.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugFrame.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFDebugLine.cpp
|
|
DWARFDebugLoc.cpp
|
|
DWARFDebugMacro.cpp
|
|
DWARFDebugPubTable.cpp
|
|
DWARFDebugRangeList.cpp
|
|
DWARFDebugRnglists.cpp
|
|
DWARFDie.cpp
|
|
DWARFExpression.cpp
|
|
DWARFFormValue.cpp
|
|
DWARFGdbIndex.cpp
|
|
DWARFListTable.cpp
|
|
DWARFTypeUnit.cpp
|
|
DWARFUnitIndex.cpp
|
|
DWARFUnit.cpp
|
|
DWARFVerifier.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
|
|
)
|