[llvm-commits] [llvm] r124019 - /llvm/trunk/include/llvm/Support/Dwarf.h
Chris Lattner
sabre at nondot.org
Fri Jan 21 17:47:25 PST 2011
Author: lattner
Date: Fri Jan 21 19:47:25 2011
New Revision: 124019
URL: http://llvm.org/viewvc/llvm-project?rev=124019&view=rev
Log:
add DW_TAG for rvalue refs.
Modified:
llvm/trunk/include/llvm/Support/Dwarf.h
Modified: llvm/trunk/include/llvm/Support/Dwarf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Dwarf.h?rev=124019&r1=124018&r2=124019&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.h (original)
+++ llvm/trunk/include/llvm/Support/Dwarf.h Fri Jan 21 19:47:25 2011
@@ -119,6 +119,7 @@
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,
More information about the llvm-commits
mailing list