mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 13:26:08 +00:00

The oldest deployment target supported by Xcode 14 is macOS 10.13. Trying to back-deploy to older targets runs into other issues in Clang, so stop testing libc++ against unsupported deployment targets. This patch doesn't attempt to clean up support for older deployment targets from the code base -- this will be done in a follow-up patch. Differential Revision: https://reviews.llvm.org/D155085