File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ ${PROGNAME} [options] <BUILDER>
2828--build-dir <DIR> The directory to use for building the library. By default,
2929 this is '<llvm-root>/build/<builder>'.
3030
31- --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
32- them from Green Dragon. This is only relevant at all when
33- running back-deployment testing if one wants to override
34- the old dylibs we use to run the tests with different ones.
3531Environment variables
3632CC The C compiler to use, this value is used by CMake. This
3733 variable is optional.
@@ -66,10 +62,6 @@ while [[ $# -gt 0 ]]; do
6662 BUILD_DIR=" ${2} "
6763 shift ; shift
6864 ;;
69- --osx-roots)
70- OSX_ROOTS=" ${2} "
71- shift ; shift
72- ;;
7365 * )
7466 BUILDER=" ${1} "
7567 shift
You can’t perform that action at this time.
0 commit comments