[PATCH] D19272: [ELF] - linkerscript AT keyword (in output section description) implemented.

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 14 20:41:30 PDT 2016


phosek added a comment.

In https://reviews.llvm.org/D19272#407140, @ruiu wrote:

> I wonder if you are implementing this feature for some specific product. For example, are you trying to link some kernel or something? Or are you doing this for the sake of completeness? It seems to me that AT command is a tricky option that you want to use only when you are dealing with embedded systems or something.


IMHO that's the case not only for `AT` command but for linker scripts in general, vast majority of linker script use cases would be kernels and embedded systems.


https://reviews.llvm.org/D19272





More information about the llvm-commits mailing list