[PATCH] D22960: [ELF] LinkerScript: Implement custom output section factory
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 13:40:41 PDT 2016
davide added a comment.
In https://reviews.llvm.org/D22960#509021, @ruiu wrote:
> It means that we need to have a separate logic than the regular one to create output sections for the linker script, right?
Yes. I think so. Large part of the headache derives from the fact that ld.bfd is actually linker-script driven in any case.
https://reviews.llvm.org/D22960
More information about the llvm-commits
mailing list