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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 06:35:51 PDT 2016


ruiu added a comment.

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.


https://reviews.llvm.org/D24186





More information about the llvm-commits mailing list