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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 05:33:50 PDT 2016


ruiu added a comment.

I'm confused. If you submit http://reviews.llvm.org/D18499, then there is actually no orphan sections internally because you append all orphan sections to end of the SectionOrder vector, no? Instead of updating the if conditional, shouldn't you just remove it or replace it with assertions?


http://reviews.llvm.org/D19107





More information about the llvm-commits mailing list