[PATCH] D103971: [lld-macho] Don't check for flag-mismatch if flag isn't set.
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 05:28:18 PDT 2021
oontvoo added a comment.
In D103971#2823570 <https://reviews.llvm.org/D103971#2823570>, @int3 wrote:
> Bump. Are you going to finish this? I've stumbled onto some programs that need it :)
Sorry for the delay, was OOO earlier this week for a surgery.
Anyway, ld64 had a slightly different approach - instead of trying to "merge" input and output flags, it had an elaborate switch-case to decide what the "final" set of flags should be.
We could do just that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103971/new/
https://reviews.llvm.org/D103971
More information about the llvm-commits
mailing list