mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
llvm-svn: 304268
This commit is contained in:
parent
b3b3a74430
commit
4f865663f3
@ -2742,6 +2742,7 @@ std::string GNUStyle<ELFT>::getSymbolSectionNdx(const ELFO *Obj,
|
||||
case ELF::SHN_XINDEX:
|
||||
SectionIndex = unwrapOrError(object::getExtendedSymbolTableIndex<ELFT>(
|
||||
Symbol, FirstSym, this->dumper()->getShndxTable()));
|
||||
LLVM_FALLTHROUGH;
|
||||
default:
|
||||
// Find if:
|
||||
// Processor specific
|
||||
|
Loading…
Reference in New Issue
Block a user