[PATCH] Fix crash in llvm-objdump with proc-specific sections
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed Feb 18 14:15:22 PST 2015
Checking in binaries is fine.
REPOSITORY
rL LLVM
================
Comment at: include/llvm/Object/ELFObjectFile.h:318
@@ +317,3 @@
+ if (Header->e_type == ELF::ET_REL) {
+ auto Section = EF.getSection(ESym);
+ if (Section != nullptr)
----------------
Style: Don't use auto in here.
http://reviews.llvm.org/D7704
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list