Displaying 1 result from an estimated 1 matches for "d85474".
Did you mean:
d45474
2020 Nov 17
0
Add -fbinutils-version=
In August I proposed adding -fbinutils-version= to Clang
https://reviews.llvm.org/D85474
The main purpose is to condition various accumulated workarounds for the ELF
binary format (for GNU as and GNU ld bugs/unimplemented features in older
versions). When the user does not use GNU as or GNU ld, don't make
certain pessimized
MC/CodeGen decisions. See the patch's summary for deta...