[PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 07:56:31 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D24186#532797, @ruiu wrote:

> Did you find any uses case of multiple FILL commands in one section definition? It seems to me that it's too complicated. I'd like to handle it as an alias to =<fillexp> feature.


I didn't yet. Not sure that simple alias will work here. FILL command only affects the part of the section following the FILL command. So it would be very different behavior in total even for simple case when single FILL is somewhere at the midde of section.

I leaved a question on PR30243 page, let see if anyone knows the real life use cases for it.


https://reviews.llvm.org/D24186





More information about the llvm-commits mailing list