[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:27:18 PDT 2017
grimar added a comment.
In https://reviews.llvm.org/D36508#836506, @ruiu wrote:
> Well, I wouldn't say that that is a bug of bfd, as there's no specification on which we can say whether something is a bug or not.
Ok, not a bug but unexpected and confusing gehavior probably.
btw, It is safe to make it user friendly I think, because scripts used with bfd will not contain `~ a` since bfd fails to parse them.
And gold's script expect behavior supported by patch.
https://reviews.llvm.org/D36508
More information about the llvm-commits
mailing list