mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()
Reviewed By: dblaikie Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5193 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -598,6 +598,7 @@ const char *llvm::dwarf::LanguageString(unsigned Language) {
|
||||
case DW_LANG_C_plus_plus_11: return "DW_LANG_C_plus_plus_11";
|
||||
case DW_LANG_OCaml: return "DW_LANG_OCaml";
|
||||
case DW_LANG_lo_user: return "DW_LANG_lo_user";
|
||||
case DW_LANG_Mips_Assembler: return "DW_LANG_Mips_Assembler";
|
||||
case DW_LANG_hi_user: return "DW_LANG_hi_user";
|
||||
}
|
||||
return nullptr;
|
||||
|
Reference in New Issue
Block a user