[PATCH] D116484: [lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW driver

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 08:13:43 PST 2023


tstellar added a comment.
Herald added a project: All.

We just hit this issue in Fedora while building wine, which uses the aarch64-windows target: https://kojipkgs.fedoraproject.org//work/tasks/3616/96253616/build.log
The issues is that we export LDFLAGS="--as-needed" to ensure it gets set for ELF.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116484/new/

https://reviews.llvm.org/D116484



More information about the llvm-commits mailing list