[PATCH] D26740: [ELF] Convert SymbolTableSection to input section

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 09:22:59 PST 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/SyntheticSections.h:348
+class SymbolTableSection final : public SyntheticSection<ELFT> {
+  typedef OutputSectionBase Base;
+
----------------
You don't need this.


Repository:
  rL LLVM

https://reviews.llvm.org/D26740





More information about the llvm-commits mailing list