Skip to content

Commit

Permalink
Added LLVM_FALLTHROUGH to address warning: this statement may fall th…
Browse files Browse the repository at this point in the history
…rough. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304268 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed May 31, 2017
1 parent 6ef5e10 commit ae8c4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/llvm-readobj/ELFDumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae8c4eb

Please sign in to comment.