Commit 7ce49a4
authored
Bump macOS deployment target for TSan to 10.13 for LLVM only preset (#64640)
This allows LLVM TSAN tests to pass when using Xcode 14.3.
Long term we want to switch to `LLVM_USE_RUNTIMES` to build compiler-rt,
so we can leverage the value of `SANITIZER_MIN_OSX_VERSION` set in
`cmake_product.py`.
In the meantime, we prefer enforcing the deployment in the only preset
that needs this, since this currently requires leveraging an
intermediate variable (`CLANG_COMPILER_RT_CMAKE_ARGS`) which cannot be
easily augmented in preset mixins.
Addresses rdar://1064411061 parent 3f8b9e2 commit 7ce49a4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
687 | 693 | | |
688 | 694 | | |
689 | 695 | | |
| |||
0 commit comments