File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
6363 shift
6464done
6565if [ -z " $CROSS_ARCH " ]; then
66- echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[= profile]]
66+ echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--disable-mingw-w64-tools] [--disable-make] [--no-llvm-tool-reuse] [-- thinlto] [--lto] [--pgo[= profile]]
6767 exit 1
6868fi
6969
Original file line number Diff line number Diff line change 104104BUILDDIR=" $BUILDDIR$ASSERTSSUFFIX "
105105if [ -z " $CHECKOUT_ONLY " ]; then
106106 if [ -z " $PREFIX " ]; then
107- echo $0 [--enable-asserts] [--with-clang] [--thinlto] [--lto] [--instrumented[= type]] [--pgo[= profile]] [--disable-dylib] [--full-llvm] [--with-python] [--disable-lldb] [--disable-clang-tools-extra] [--host= triple] [--macos-native-tools] dest
107+ echo $0 [--enable-asserts] [--with-clang] [--thinlto] [--lto] [--instrumented[= type]] [--pgo[= profile]] [--disable-dylib] [--full-llvm] [--with-python] [--disable-lldb] [--disable-clang-tools-extra] [--host= triple] [--no-llvm-tool-reuse] [-- macos-native-tools] dest
108108 exit 1
109109 fi
110110
You can’t perform that action at this time.
0 commit comments