mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-31 16:14:15 +00:00
add DW_TAG for rvalue refs.
llvm-svn: 124019
This commit is contained in:
parent
a9724ada65
commit
dc44d098ae
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user