[PATCH] D67409: [RISCV] enable LTO support, pass some options to linker.
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 02:07:26 PST 2019
hans added a comment.
I've reverted in b1ac1f00716 <https://reviews.llvm.org/rGb1ac1f0071626e5cf7f2847484b5b7595253a295> until it can be fixed properly.
We noticed this in Chromium where we started seeing build spam like:
'+soft-float-abi' is not a recognized feature for this target (ignoring feature)
'+soft-float-abi' is not a recognized feature for this target (ignoring feature)
See https://bugs.chromium.org/p/chromium/issues/detail?id=1023280 for details.
Sorry for not reporting it earlier, but because it didn't break the build per se, we didn't notice until now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67409/new/
https://reviews.llvm.org/D67409
More information about the cfe-commits
mailing list