[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:32:44 PDT 2016


grimar added a comment.

Main change of this patch which do all logic is class OutputSectionFactory in LinkerScript.cpp. 
All other changes mostly for moving default factory back to writer and for stop exporting it.


https://reviews.llvm.org/D23315





More information about the llvm-commits mailing list