summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-02-27 23:36:22 +0000
committerLouis Dionne <ldionne@apple.com>2019-02-27 23:36:22 +0000
commit4fcdf21406531a427d16bc0da55f5f56f7d5e6a3 (patch)
treee6cf713d5accc76854369132457ba06130c03474 /libcxx/utils
parent7feefe866463cb8937d0b82a3aa63bc1129d52aa (diff)
downloadbcm5719-llvm-4fcdf21406531a427d16bc0da55f5f56f7d5e6a3.tar.gz
bcm5719-llvm-4fcdf21406531a427d16bc0da55f5f56f7d5e6a3.zip
[NFC][libc++] Update comment about oldest supported macosx for back-deployment
llvm-svn: 355043
Diffstat (limited to 'libcxx/utils')
-rwxr-xr-xlibcxx/utils/ci/macos-backdeployment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/ci/macos-backdeployment.sh b/libcxx/utils/ci/macos-backdeployment.sh
index 1f01fa397c9..c3f6376f272 100755
--- a/libcxx/utils/ci/macos-backdeployment.sh
+++ b/libcxx/utils/ci/macos-backdeployment.sh
@@ -12,7 +12,7 @@ This script is used to continually test the back-deployment use case of libc++ a
--libcxxabi-root Full path to the root of the libc++abi repository to test.
--std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).
--arch Architecture to build the tests for (32, 64).
- --deployment-target The deployment target to run the tests for. This should be a version number of MacOS (e.g. 10.12). All MacOS versions until and including 10.7 are supported.
+ --deployment-target The deployment target to run the tests for. This should be a version number of MacOS (e.g. 10.12). All MacOS versions until and including 10.9 are supported.
--sdk-version The version of the SDK to test with. This should be a version number of MacOS (e.g. 10.12). We'll link against the libc++ dylib in that SDK, but we'll run against the one on the given deployment target.
[--lit-args] Additional arguments to pass to lit (optional). If there are multiple arguments, quote them to pass them as a single argument to this script.
[--no-cleanup] Do not cleanup the temporary directory that was used for testing at the end. This can be useful to debug failures. Make sure to clean up manually after.
OpenPOWER on IntegriCloud