mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
ceca872d69
The llvm-dwarfdump output isn't very verbose yet. llvm-svn: 139771
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
|
|
)
|