forked from OSchip/llvm-project
Fix -Wimplicit-fallthrough warning introduced in rL339397.
llvm-svn: 339422
This commit is contained in:
parent
8bdfd52ba7
commit
3640d850a7
|
@ -310,6 +310,7 @@ void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) {
|
|||
case Triple::hexagon:
|
||||
FDECFIEncoding =
|
||||
PositionIndependent ? dwarf::DW_EH_PE_pcrel : dwarf::DW_EH_PE_absptr;
|
||||
break;
|
||||
default:
|
||||
FDECFIEncoding = dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue