[PATCH] D32223: [LLD][ELF] Add InputSectionDescriptions for Orphan Sections

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 18:23:32 PDT 2017


ruiu added a comment.

What this patch does seems logically correct, but I'm not sure if we still want to keep placeOrphanSections as a separate stage as addOrphanSections. If you update Opt.Commands in addOrphanSections, you don't need them to be separated, no?


https://reviews.llvm.org/D32223





More information about the llvm-commits mailing list