mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
45e7e93c6f
This will enable us to create a PDBContext so as to expose some amount of debug info functionality through a common interace. Differential Revision: http://reviews.llvm.org/D9205 Reviewed by: Alexey Samsonov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235612 91177308-0d34-0410-b5e6-96231b3b80d8
23 lines
531 B
CMake
23 lines
531 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
|
|
DWARFDebugRangeList.cpp
|
|
DWARFFormValue.cpp
|
|
DWARFTypeUnit.cpp
|
|
DWARFUnit.cpp
|
|
SyntaxHighlighting.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
|
|
)
|