[all-commits] [llvm/llvm-project] 6792a6: [darwin][driver] pass the minimum supported OS ver...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Mon Jun 29 19:04:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6792a6077889f1ce77a3aa55b3e4fd3f1eb4333b
https://github.com/llvm/llvm-project/commit/6792a6077889f1ce77a3aa55b3e4fd3f1eb4333b
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/darwin-ld-platform-version-macos.c
Log Message:
-----------
[darwin][driver] pass the minimum supported OS version to the linker
if it's newer than the target version
This change ensures that the arm64-apple-macOS slice is linked for
macOS 11 even if the deployment target is earlier than macOS 11.
More information about the All-commits
mailing list