[PATCH] D12944: [ELF2] Fill up local symbols field correctly
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 15:16:24 PDT 2015
rafael added inline comments.
================
Comment at: ELF/Writer.cpp:761
@@ +760,3 @@
+ &Sym, File.getSymbolTable(), File.getSymbolTableShndx());
+ ErrorOr<const Elf_Shdr *> SymHOrErr =
+ File.getObj()->getSection(SecIndex);
----------------
This variable is now unused.
http://reviews.llvm.org/D12944
More information about the llvm-commits
mailing list