[PATCH] D24725: [ELF] - Linkerscript: implemented --orphan-handling command line option.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 01:45:10 PDT 2016
grimar added a comment.
In https://reviews.llvm.org/D24725#546997, @ruiu wrote:
> Obligatory question: do we want it? I've never seen a project that uses this option.
That is probably the only way for users to clean up their scripts and include orphans explicitly ?
They might want it at least because we may have different heuristic for placing orphans
(currently without possible https://reviews.llvm.org/D23352 we even do not have it at all, and just placing them to the end).
https://reviews.llvm.org/D24725
More information about the llvm-commits
mailing list