We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af91804 commit 9bd0570Copy full SHA for 9bd0570
llvm/include/llvm/BinaryFormat/Dwarf.h
@@ -481,10 +481,10 @@ toDW_LNAME(SourceLanguage language) {
481
return {{DW_LNAME_Move, 0}};
482
case DW_LANG_Hylo:
483
return {{DW_LNAME_Hylo, 0}};
484
- case DW_LANG_BORLAND_Delphi:
485
- case DW_LANG_CPP_for_OpenCL:
486
case DW_LANG_Metal:
487
return {{DW_LNAME_Metal, 0}};
+ case DW_LANG_BORLAND_Delphi:
+ case DW_LANG_CPP_for_OpenCL:
488
case DW_LANG_lo_user:
489
case DW_LANG_hi_user:
490
return {};
0 commit comments