[PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 10:58:25 PST 2016


davide added a subscriber: davide.
davide added a comment.

100% agree. I'd also like to point out that even very complex linker scripts (as the one used by kernels) don't rely on this feature. I'm strongly opposed to see this in until some real consumer shows up. I'm in general opposed to having any linker script directive parsed properly until there's a real use case. 
I can't stress enough that I'm disturbed by how badly linker script language "specification" evolved over time.


http://reviews.llvm.org/D16924





More information about the llvm-commits mailing list