[PATCH] D140225: [lld-macho] Provide an option to ignore framework-not-found errors coming from LC_LINKER_OPTIONS.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 12:39:05 PST 2022
thakis added a comment.
Making them warnings seems like a good compromise to me, since people can then use -fatal_warnings if they want to turn this into errors and we don't need a new flag. And if we do want a flag, we could add one to disable this particular warning -- warning-disabling flags have a ton of precedent, so that seems like a nice and cohesive approach to me.
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