mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Debug info: Add dwarf backend support for DIModule.
rdar://problem/20965932 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -190,6 +190,9 @@ const char *llvm::dwarf::AttributeString(unsigned Attribute) {
|
||||
case DW_AT_APPLE_property_attribute: return "DW_AT_APPLE_property_attribute";
|
||||
case DW_AT_APPLE_property: return "DW_AT_APPLE_property";
|
||||
case DW_AT_APPLE_objc_complete_type: return "DW_AT_APPLE_objc_complete_type";
|
||||
case DW_AT_LLVM_include_path: return "DW_AT_LLVM_include_path";
|
||||
case DW_AT_LLVM_config_macros: return "DW_AT_LLVM_config_macros";
|
||||
case DW_AT_LLVM_isysroot: return "DW_AT_LLVM_isysroot";
|
||||
|
||||
// DWARF5 Fission Extension Attribute
|
||||
case DW_AT_GNU_dwo_name: return "DW_AT_GNU_dwo_name";
|
||||
|
Reference in New Issue
Block a user