[PATCH] D36508: [ELF] - Linkerscript: Add `~` as separate math token.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 05:14:00 PDT 2017
grimar added a comment.
In https://reviews.llvm.org/D36508#836495, @ruiu wrote:
> bfd's behavior seems more conservative than gold, and if GNU linkers are inconsistent, I'd make lld compatible with conservative one, so I wouldn't make this change.
I see, though it looks more like a bug of bfd. It accepts `!foo` but does not like `~foo` for probably no reason.
https://reviews.llvm.org/D36508
More information about the llvm-commits
mailing list