[PATCH] D23315: [ELF] - Let linkerscript to use own outputsections factory.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 00:29:22 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D23315#510206, @ruiu wrote:

> Is there any problem if we group sections just by name?


Do you mean group into one output section by name ? That is exactly what this patch do.
For linkerscript's OutputSectionFactory "key" is simple StringRef which is output section name.
And I combine the flags when add more sections.


https://reviews.llvm.org/D23315





More information about the llvm-commits mailing list