[PATCH] D113534: [lld-macho] Do not warn on install_name for bundles

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 07:52:48 PST 2021


int3 added a comment.

Yeah, we shouldn't change the error message, since the old one was right :)

I do think we should mirror ld64's (lack of) warnings by default though, since it makes it a better drop-in replacement. I think gating these additional warnings behind something like a `--warn-strict` flag would be good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113534



More information about the llvm-commits mailing list