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/include | |
| 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/include')
| -rw-r--r-- | llvm/include/llvm/Support/Dwarf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/Dwarf.h b/llvm/include/llvm/Support/Dwarf.h index c3d94d19f91..17e9c1540a4 100644 --- a/llvm/include/llvm/Support/Dwarf.h +++ b/llvm/include/llvm/Support/Dwarf.h @@ -239,6 +239,11 @@ enum Attribute : uint16_t { DW_AT_GNU_pubnames = 0x2134, DW_AT_GNU_pubtypes = 0x2135, + // LLVM project extensions. + DW_AT_LLVM_include_path = 0x3e00, + DW_AT_LLVM_config_macros = 0x3e01, + DW_AT_LLVM_isysroot = 0x3e02, + // Apple extensions. DW_AT_APPLE_optimized = 0x3fe1, DW_AT_APPLE_flags = 0x3fe2, |

