[PATCH] D22749: [ELF] - Linkerscript: Implemented SORT command

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 10:43:46 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/LinkerScript.cpp:133
@@ +132,3 @@
+
+      if (InCmd->Sort)
+        std::stable_sort(
----------------
I don't really want to add more code to this function as it's getting too complicated. Actually it needs to lose weight. Please hold on while I'm trying to split it.


https://reviews.llvm.org/D22749





More information about the llvm-commits mailing list