[PATCH] D25231: [ELF] - Make checks in ObjectFile<ELFT>::getSection() stricter.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 11:03:11 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
> InputFiles.cpp:383
> InputSectionBase<ELFT> *S = Sections[Index];
> // We found that GNU assembler 2.17.50 [FreeBSD] 2007-07-03
> // could generate broken objects. STT_SECTION symbols can be
Add a blank line before this line.
https://reviews.llvm.org/D25231
More information about the llvm-commits
mailing list