The clang distributed with the Android NDK has defaulted to lld since r22,
so let's update the driver to match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135421
Driver: Change default Android linker to lld. ClosedPublic Authored by pcc on Oct 6 2022, 9:15 PM.
Details Summary The clang distributed with the Android NDK has defaulted to lld since r22,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 13 2022, 12:25 PM This revision was landed with ongoing or failed builds.Oct 13 2022, 3:50 PM Closed by commit rG8d9c4a7425d9: Driver: Change default Android linker to lld. (authored by pcc). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467625 clang/lib/Driver/ToolChains/Linux.h
clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/coverage-ld.c
clang/test/Driver/fuse-ld.c
clang/test/Driver/sanitizer-ld.c
|