[PATCH] D113071: [lld-macho] Ignore -arch_errors_fatal since it's enabled by default
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 2 19:17:17 PDT 2021
keith added a comment.
In D113071#3104808 <https://reviews.llvm.org/D113071#3104808>, @int3 wrote:
>> ld64 does not have a way to disable this either
>
> I'm confused; doesn't ld64 *not* fatal by default when encountering this error?
>
> (I'm actually working with a local build right now that has this arch mismatch issue, and I'd patched my local LLD to work around it -- just hadn't gotten around to upstreaming the change)
Correct by default ld64 does not fatal when it finds an input with an arch mismatch, it just warns. AFAIK this option in ld64 was pretty recent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113071/new/
https://reviews.llvm.org/D113071
More information about the llvm-commits
mailing list