[all-commits] [llvm/llvm-project] f7a145: [darwin][driver] isMacosxVersionLT should check ag...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Mon Jun 29 12:22:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7a14514ee63dc2ab9558c50254efb8ac2ad7cc6
https://github.com/llvm/llvm-project/commit/f7a14514ee63dc2ab9558c50254efb8ac2ad7cc6
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.h
A clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
Log Message:
-----------
[darwin][driver] isMacosxVersionLT should check against the minimum supported OS version
This change ensures that the Darwin driver doesn't add unsupported libraries to the link
invocation when linking the Apple Silicon macOS slice.
rdar://61011136
Differential Revision: https://reviews.llvm.org/D82696
More information about the All-commits
mailing list