mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 18:09:29 +00:00
Fix -Wimplicit-fallthrough warning introduced in rL339397.
llvm-svn: 339422
This commit is contained in:
parent
49eac3ddbf
commit
db87e7234d
@ -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…
x
Reference in New Issue
Block a user