[PATCH] D140225: [lld-macho] Provide an option to ignore framework-not-found errors coming from LC_LINKER_OPTIONS.

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:23:36 PST 2022


oontvoo added a comment.

In D140225#4001991 <https://reviews.llvm.org/D140225#4001991>, @keith wrote:

> I wonder if at this point we should just implement LD64's behavior with an off-by-default flag to be more strict? Specifically they ignore these failures and collect the missing ones and only print about them in the case the link fails

Honestly, I find LD64's behaviour a bit sketchy ... How would people feel about making these warnings (instead of errors)? (and of course, get rid of this  new flag)
But no strong preference - either would work :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140225



More information about the llvm-commits mailing list