Fix -Wimplicit-fallthrough warning introduced in rL339397.

llvm-svn: 339422
This commit is contained in:
Simon Pilgrim 2018-08-10 11:02:44 +00:00
parent 8bdfd52ba7
commit 3640d850a7
1 changed files with 1 additions and 0 deletions

View File

@ -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;