[all-commits] [llvm/llvm-project] b3ca4f: [Darwin] Remove obsolete OS version checks
Julian Lettner via All-commits
all-commits at lists.llvm.org
Wed May 20 19:47:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3ca4f34311b87345cf87bfdd0343045eed22f5c
https://github.com/llvm/llvm-project/commit/b3ca4f34311b87345cf87bfdd0343045eed22f5c
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
M compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
Log Message:
-----------
[Darwin] Remove obsolete OS version checks
The oldest supported deployment target currently is 10.7 [1]. We can
remove a few outdated checks.
[1] https://github.com/llvm/llvm-project/blob/3db893b3712a5cc98ac0dbc88e08df70069be216/compiler-rt/cmake/config-ix.cmake#L397
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D79958
More information about the All-commits
mailing list