summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-05-11 21:58:01 +0000
committerMike Stump <mrs@apple.com>2009-05-11 21:58:01 +0000
commit6dc4ade59505fd8a01370ff8da5b18110f7a2f41 (patch)
treef4f3e08815575c561123413274013276d00b02c8 /include/llvm/Support/Dwarf.h
parentbf06f6a6f1be0802ad7b761138ecba568814008a (diff)
downloadllvm-6dc4ade59505fd8a01370ff8da5b18110f7a2f41.tar.gz
llvm-6dc4ade59505fd8a01370ff8da5b18110f7a2f41.tar.bz2
llvm-6dc4ade59505fd8a01370ff8da5b18110f7a2f41.tar.xz
Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 7edad6f927..55838b8144 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -225,6 +225,8 @@ enum dwarf_constants {
// Apple extensions.
DW_AT_APPLE_optimized = 0x3fe1,
DW_AT_APPLE_flags = 0x3fe2,
+ DW_AT_APPLE_isa = 0x3fe3,
+ DW_AT_APPLE_block = 0x3fe4,
DW_AT_APPLE_major_runtime_vers = 0x3fe5,
DW_AT_APPLE_runtime_class = 0x3fe6,