[PATCH] D76452: Use LLD by default for Android.
Stephen Hines via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 13:02:53 PDT 2020
srhines added a comment.
In D76452#1944733 <https://reviews.llvm.org/D76452#1944733>, @MaskRay wrote:
> Another approach will be `-DCLANG_DEFAULT_LINKER=lld`. It provides a default value for `-fuse-ld=`.
How does that work for Darwin builds? Is lld fully supported for MachO at this point, or will Clang still choose to use the preferred Apple linker?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76452/new/
https://reviews.llvm.org/D76452
More information about the cfe-commits
mailing list