mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
e2bb8d73ce
Added "macro" option to "-debug-dump" flag, which trigger parsing and dumping of the ".debug_macinfo" section. Differential Revision: http://reviews.llvm.org/D14294 llvm-svn: 252866
25 lines
574 B
CMake
25 lines
574 B
CMake
add_llvm_library(LLVMDebugInfoDWARF
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFAcceleratorTable.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFContext.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugFrame.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFDebugLine.cpp
|
|
DWARFDebugLoc.cpp
|
|
DWARFDebugMacro.cpp
|
|
DWARFDebugRangeList.cpp
|
|
DWARFFormValue.cpp
|
|
DWARFTypeUnit.cpp
|
|
DWARFUnitIndex.cpp
|
|
DWARFUnit.cpp
|
|
SyntaxHighlighting.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
|
|
)
|