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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 2 10:54:43 PST 2022


MaskRay added a comment.

Ignoring `--as-needed` and `--no-as-needed` doesn't seem too right to me, especially given that there is a motivating example that projects are using it. Ignoring `-fPIC` seems fine.


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