[all-commits] [llvm/llvm-project] 1f3c92: [compiler-rt][Darwin] Refactor minimum deployment ...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Thu Aug 20 16:23:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f3c92f968edb8892ca7c152ca756f771a7f476d
https://github.com/llvm/llvm-project/commit/1f3c92f968edb8892ca7c152ca756f771a7f476d
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/initialization-bug.cpp
M compiler-rt/test/lit.common.cfg.py
Log Message:
-----------
[compiler-rt][Darwin] Refactor minimum deployment target substitutions
* Support macOS 11+ version scheme
* Standardize substitution name `%min_deployment_target=x.y`
* Remove unneeded error cases (the input version is hard-coded)
* Specify version as tuple instead of string; no need to parse it
These changes should also facilitate a future addition of a substitution
that expands to "set deployment target to current target version"
(https://reviews.llvm.org/D70151).
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D85925
More information about the All-commits
mailing list