[PATCH] D85474: Add -fbinutils-version= to gate ELF features on the specified binutils version
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 16 23:56:50 PST 2020
MaskRay added a comment.
Sent https://lists.llvm.org/pipermail/llvm-dev/2020-November/146676.html "Add -fbinutils-version=" (cross posted to cfe-dev) so that more folks can notice it.
About "generate code and don't care about GNU as/ld compatibility/limitation", I am open for suggestions. Currently I like `-fbinutils-version=none` the most (after considering `future` and `latest` and `99` (assuming GNU binutils 99 implements everything we need...))
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85474/new/
https://reviews.llvm.org/D85474
More information about the cfe-commits
mailing list