[PATCH] D83721: [LLD] [MinGW] Ignore the --[no-]allow-shlib-undefined option

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 13:42:48 PDT 2020


mstorsjo added a subscriber: rnk.
mstorsjo added a comment.

In D83721#2148786 <https://reviews.llvm.org/D83721#2148786>, @amccarth wrote:

> I don't have enough background here, so I'll defer to the decision of other reviewers whether this makes sense.  @ruiu ?


Not sure how active @ruiu is these days either (and @rnk is on leave as well)...

GNU ld silently accepts these options when targeting windows (and they have no effect), so therefore we probably should (even though the options themselves are nonsensical for PE-COFF), just to reduce unnecessary differences that one can run into.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83721





More information about the llvm-commits mailing list