[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
Tue Jan 4 14:53:21 PST 2022


MaskRay added a comment.

Thanks. GNU ld lexsup.c generally ignores options not meaningful on other binary formats. Ignoring more options like it does will improve compatibility but may not be necessary when the use case is uncommon or falls more into the pilot error category.


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