[PATCH] D13815: [ELF2] Add support for Gnu Hash section

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 11:13:45 PDT 2015


ikudrin added inline comments.

================
Comment at: ELF/OutputSections.cpp:243-244
@@ +242,4 @@
+}
+
+template <class ELFT>
+unsigned GnuHashTableSection<ELFT>::calcNBuckets(unsigned NumHashed) {
----------------
ruiu wrote:
> Can you do this?
I'll make the change in the next update.


http://reviews.llvm.org/D13815





More information about the llvm-commits mailing list