[PATCH] D14281: [ELF2] Sort dynamic symbols according to the MIPS requirements.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 08:56:35 PST 2015


rafael added inline comments.

================
Comment at: ELF/OutputSections.cpp:918
@@ +917,3 @@
+// in compliance to MIPS ABI rules.
+template <class ELFT>
+static bool sortMipsSymbols(SymbolBody *L, SymbolBody *R) {
----------------
Why do you need the template?


http://reviews.llvm.org/D14281





More information about the llvm-commits mailing list