[PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 05:34:42 PDT 2016


Is this still desirable given the discussion on how to handle merging
SHF_MERGE and non SHF_MERGE sections?

Cheers,
Rafael


On 25 August 2016 at 04:39, George Rimar via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> grimar created this revision.
> grimar added a reviewer: ruiu.
> grimar added subscribers: llvm-commits, grimar, davide, evgeny777.
>
> As was requested in comments for D23603,
> this patch removes using of Factory from linkerscript,
>
> Next step after this can be stop exporting the factory from
> writer.cpp.
>
> https://reviews.llvm.org/D23866
>
> Files:
>   ELF/LinkerScript.cpp
>   ELF/LinkerScript.h
>   ELF/OutputSections.cpp
>   ELF/OutputSections.h
>   ELF/Writer.cpp
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


More information about the llvm-commits mailing list