summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-01-22 01:47:25 +0000
committerChris Lattner <sabre@nondot.org>2011-01-22 01:47:25 +0000
commitb83e60e602768238d5c56aee92537f8d5470a268 (patch)
treecfdce4515321b754595dcce2608d31104d261431 /include/llvm/Support/Dwarf.h
parent8fb25c53bdc22a1f480ac0a6c0215a23f397deb3 (diff)
downloadllvm-b83e60e602768238d5c56aee92537f8d5470a268.tar.gz
llvm-b83e60e602768238d5c56aee92537f8d5470a268.tar.bz2
llvm-b83e60e602768238d5c56aee92537f8d5470a268.tar.xz
add DW_TAG for rvalue refs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 1b5d2a4538..da21f4abd2 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -119,6 +119,7 @@ enum dwarf_constants {
DW_TAG_imported_unit = 0x3d,
DW_TAG_condition = 0x3f,
DW_TAG_shared_type = 0x40,
+ DW_TAG_rvalue_reference_type = 0x41,
DW_TAG_lo_user = 0x4080,
DW_TAG_hi_user = 0xffff,