[PATCH] D97641: [lld/mac] Add support for -flat_namespace
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 1 12:26:32 PST 2021
thakis added a comment.
In D97641#2595270 <https://reviews.llvm.org/D97641#2595270>, @int3 wrote:
> How about just removing all references to `libSystem.B.dylib` and just use `libSystem.dylib` everywhere? I don't think we have anything in our code or tests that actually cares that it's symlinked
Hey, that's a great idea. Landed with that in a separate preparatory commit (3e6b6cee00819d256f30e84aec7ae634e0725534 <https://reviews.llvm.org/rG3e6b6cee00819d256f30e84aec7ae634e0725534>) :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97641/new/
https://reviews.llvm.org/D97641
More information about the llvm-commits
mailing list