summaryrefslogtreecommitdiff
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-14 22:02:31 +0000
committerEric Christopher <echristo@gmail.com>2013-07-14 22:02:31 +0000
commit6c5ae22c6ac3890f5bb9bbb8ef62ef02271987c8 (patch)
treedb8221098a7fb96f6026126d4713dbd593c70c3f /include/llvm/Support
parent010dbfdf9357f7db9dd93af35d6454919f7988f9 (diff)
downloadllvm-6c5ae22c6ac3890f5bb9bbb8ef62ef02271987c8.tar.gz
llvm-6c5ae22c6ac3890f5bb9bbb8ef62ef02271987c8.tar.bz2
llvm-6c5ae22c6ac3890f5bb9bbb8ef62ef02271987c8.tar.xz
Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-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 b52914f938..d0e2322b2d 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -272,6 +272,8 @@ enum dwarf_constants {
DW_AT_GNU_vector = 0x2107,
DW_AT_GNU_template_name = 0x2110,
+ DW_AT_GNU_odr_signature = 0x210f,
+
// Extensions for Fission proposal.
DW_AT_GNU_dwo_name = 0x2130,
DW_AT_GNU_dwo_id = 0x2131,