[PATCH] D23352: [ELF] - Linkerscript: implemented simple heuristic for placing orphan sections.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 08:24:45 PDT 2016


grimar added inline comments.

================
Comment at: ELF/LinkerScript.cpp:294
@@ -242,3 +293,3 @@
       if (IsNew)
-        OutputSections->push_back(OutSec);
+        Cmd->OutputSection = OutSec;
 
----------------
emaste wrote:
> patch failed to apply for me with a conflict here
Yes, it is already outdated. I`ll rebase it soon.


https://reviews.llvm.org/D23352





More information about the llvm-commits mailing list