[all-commits] [llvm/llvm-project] ace03d: [clang][Darwin] Remove old lld implementation hand...
Keith Smiley via All-commits
all-commits at lists.llvm.org
Thu Dec 2 16:29:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ace03d0df4fa861981c79a38892584bcbc4e3c15
https://github.com/llvm/llvm-project/commit/ace03d0df4fa861981c79a38892584bcbc4e3c15
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/test/Driver/darwin-ld-demangle-lld.c
M clang/test/Driver/darwin-ld-platform-version-ios.c
M clang/test/Driver/darwin-ld-platform-version-macos.c
M clang/test/Driver/darwin-ld-platform-version-tvos.c
M clang/test/Driver/darwin-ld-platform-version-watchos.c
Log Message:
-----------
[clang][Darwin] Remove old lld implementation handling
This now assumes that for the darwin driver any lld is the "new" macho
lld implementation.
Differential Revision: https://reviews.llvm.org/D114974
More information about the All-commits
mailing list