mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Dwarf: Fix a copy-paste bug.
This tag isn't emitted by any compiler at the moment. PR18306. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd70023007
commit
d1469e0560
@ -86,7 +86,7 @@ const char *llvm::dwarf::TagString(unsigned Tag) {
|
|||||||
case DW_TAG_template_alias: return "DW_TAG_template_alias";
|
case DW_TAG_template_alias: return "DW_TAG_template_alias";
|
||||||
case DW_TAG_coarray_type: return "DW_TAG_coarray_type";
|
case DW_TAG_coarray_type: return "DW_TAG_coarray_type";
|
||||||
case DW_TAG_generic_subrange: return "DW_TAG_generic_subrange";
|
case DW_TAG_generic_subrange: return "DW_TAG_generic_subrange";
|
||||||
case DW_TAG_dynamic_type: return "DW_TAG_generic_subrange";
|
case DW_TAG_dynamic_type: return "DW_TAG_dynamic_type";
|
||||||
case DW_TAG_MIPS_loop: return "DW_TAG_MIPS_loop";
|
case DW_TAG_MIPS_loop: return "DW_TAG_MIPS_loop";
|
||||||
case DW_TAG_type_unit: return "DW_TAG_type_unit";
|
case DW_TAG_type_unit: return "DW_TAG_type_unit";
|
||||||
case DW_TAG_format_label: return "DW_TAG_format_label";
|
case DW_TAG_format_label: return "DW_TAG_format_label";
|
||||||
|
Loading…
Reference in New Issue
Block a user