[PATCH] D22649: [ELF] - Linkerscript: ignore AT

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 15:01:12 PDT 2016


ruiu added a comment.

If a linker script contains an AT commands, the program should depend on it, otherwise it didn't contain it on the first place. So I think it's a hard error. I mean I ithin doing nothing and treat AT as an unknown token is the right approach.


https://reviews.llvm.org/D22649





More information about the llvm-commits mailing list