[PATCH] D19107: [ELF] - Tweak sorting rules for output sections to place orphan sections at end.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 06:07:04 PDT 2016


grimar added a comment.

Also compareSections() is always called now, no matter do we have script or not.
So if we don't have script, then

  if (I == E && J == E)

line is expected and valid for us, I think. 
So I guess even if we upgrade http://reviews.llvm.org/D18499 and let it update SectionOrder, this patch still seems OK.


http://reviews.llvm.org/D19107





More information about the llvm-commits mailing list