diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-06-30 02:13:04 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-06-30 02:13:04 +0000 |
| commit | 08a388ba8f6d8eebad695810dfe34c1dca61b8f8 (patch) | |
| tree | ef97ee33b7e83c639bc169a2ba28c08f2c2406ce /llvm/lib/Support | |
| parent | 99c041b72f5ac450cc80a95f61ee64bff6e32b82 (diff) | |
| download | bcm5719-llvm-08a388ba8f6d8eebad695810dfe34c1dca61b8f8.tar.gz bcm5719-llvm-08a388ba8f6d8eebad695810dfe34c1dca61b8f8.zip | |
Debug info: Add dwarf backend support for DIModule.
rdar://problem/20965932
llvm-svn: 241034
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Dwarf.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 6229825a8ee..13a41557a8d 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -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"; |

