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>
28
28
--build-dir <DIR> The directory to use for building the library. By default,
29
29
this is '<llvm-root>/build/<builder>'.
30
30
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.
35
31
Environment variables
36
32
CC The C compiler to use, this value is used by CMake. This
37
33
variable is optional.
@@ -66,10 +62,6 @@ while [[ $# -gt 0 ]]; do
66
62
BUILD_DIR=" ${2} "
67
63
shift ; shift
68
64
;;
69
- --osx-roots)
70
- OSX_ROOTS=" ${2} "
71
- shift ; shift
72
- ;;
73
65
* )
74
66
BUILDER=" ${1} "
75
67
shift
You can’t perform that action at this time.
0 commit comments