[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 12:02:27 PST 2022
oontvoo added a comment.
>From offline discussions, we have a few options: (in no particular order)
- make the new `ignore_auto_link_errors` behave like Apple's LD64, which is that it ignore the errors IFF the link succeeded
- make framework-not-found errors from LC_LINKER_OPTION warnings instead of errors
- make existing `--ignore_linker_option` understand a new special value `*` to mean "ignore not found errors IFF the link succeeded"
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