[PATCH] D36508: [ELF] - Linkerscript: Add `~` as separate math token.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 06:39:05 PDT 2017
ruiu added a comment.
You actually don't want to mimic the gold's behavior as they probably accidentally relaxed the grammar. With that, it is now easy to write linker scripts that are only by consumed by gold. They introduced an unnecessary compatibility. We don't want to do the same thing.
https://reviews.llvm.org/D36508
More information about the llvm-commits
mailing list