[compiler-rt] Make SANITIZER_MIN_OSX_VERSION a cache variable (PR #74394)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 14:06:18 PST 2023
================
@@ -457,25 +457,32 @@ if(APPLE)
# Note: In order to target x86_64h on OS X the minimum deployment target must
# be 10.8 or higher.
+ set(SANITIZER_MIN_OSX_VERSION "" CACHE STRING
+ "Minimum OS X version to target (e.g. 10.10) for sanitizers.")
----------------
cjappl wrote:
Addressed!
https://github.com/llvm/llvm-project/pull/74394
More information about the llvm-commits
mailing list