mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
b848e97611
The llvm-dwarfdump output isn't very verbose yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139771 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
332 B
CMake
17 lines
332 B
CMake
add_llvm_library(LLVMDebugInfo
|
|
DIContext.cpp
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFContext.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFDebugLine.cpp
|
|
DWARFFormValue.cpp
|
|
)
|
|
|
|
add_llvm_library_dependencies(LLVMDebugInfo
|
|
LLVMSupport
|
|
)
|