forked from OSchip/llvm-project
parent
314e34b5b8
commit
85e5081c77
|
@ -307,7 +307,7 @@ getSymbolForDwarfReference(const MCSymbol *Sym, MachineModuleInfo *MMI,
|
|||
|
||||
switch (Encoding & 0xF0) {
|
||||
default:
|
||||
llvm_report_error("Do not support this DWARF encoding yet!");
|
||||
llvm_report_error("We do not support this DWARF encoding yet!");
|
||||
break;
|
||||
case dwarf::DW_EH_PE_absptr:
|
||||
// Do nothing special
|
||||
|
|
Loading…
Reference in New Issue