[PATCH] D135402: [LLD] Enable --no-undefined-version by default.
Slava Zakharin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 14:18:22 PDT 2022
vzakhari added a comment.
In D135402#3856895 <https://reviews.llvm.org/D135402#3856895>, @danalbert wrote:
> Why was an LLD patch reverted as a result of GNU ld not supporting a flag?
The option addition was an attempt to resolve `lld` build failure reported by @ronlieb above: https://reviews.llvm.org/D135402#3855331
So I had to revert both commits so that the builds pass with both `ld` and `lld`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135402/new/
https://reviews.llvm.org/D135402
More information about the llvm-commits
mailing list