[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
Mon Dec 19 11:10:54 PST 2022


oontvoo added a comment.

Hmm, unfortunately doesn't look like we have a majority here ... I guess how about we go with the option that requires the least  API change which is #2 (ie., no new flag):

- not-found-errors from LC_LINKER_OPTION are warnings by default
- you can use the existing `-ignore_linker_option` to silence the warnings if desired.


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