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

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


grimar abandoned this revision.
grimar added a comment.

Patch was about placing orphans right after the other sections with the same attributes instead of placing them to the end.
As far I understand, that is already solved with use sorting in latest changes.
And as I mentioned in llvm discussion, this patch does not do something new here for orphans, so I am abandoning it.


https://reviews.llvm.org/D23352





More information about the llvm-commits mailing list