mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
358f4fd9ee
This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is not available will be ported soon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139680 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
311 B
CMake
16 lines
311 B
CMake
add_llvm_library(LLVMDebugInfo
|
|
DIContext.cpp
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFContext.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFFormValue.cpp
|
|
)
|
|
|
|
add_llvm_library_dependencies(LLVMDebugInfo
|
|
LLVMSupport
|
|
)
|