[all-commits] [llvm/llvm-project] 8d9c4a: Driver: Change default Android linker to lld.
pcc via All-commits
all-commits at lists.llvm.org
Thu Oct 13 15:51:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d9c4a7425d9b097c275eb3465aa88a6d19d6c9d
https://github.com/llvm/llvm-project/commit/8d9c4a7425d9b097c275eb3465aa88a6d19d6c9d
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/lib/Driver/ToolChains/Linux.h
M clang/test/Driver/coverage-ld.c
M clang/test/Driver/fuse-ld.c
M clang/test/Driver/sanitizer-ld.c
Log Message:
-----------
Driver: Change default Android linker to lld.
The clang distributed with the Android NDK has defaulted to lld since r22,
so let's update the driver to match.
Differential Revision: https://reviews.llvm.org/D135421
More information about the All-commits
mailing list