[PATCH] D22962: [ELF] - Linkerscript cleanup of LinkerScript<ELFT>::createSections()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 08:08:19 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D22962#500640, @rafael wrote:

> LGTM with one change.


With this change it transforms almost to the same code. Actually comment of LinkerScript<ELFT>::getSectionMap() was depricated and I did not notice it returns InputSectionDescription already.

So my patch can live without that change I think. Do you still think it is useful ?


https://reviews.llvm.org/D22962





More information about the llvm-commits mailing list