File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ HOST_ARGS=""
2424
2525while [ $# -gt 0 ]; do
2626 case " $1 " in
27- --enable-asserts|--disable-dylib)
27+ --enable-asserts|--disable-dylib|--with-clang|--thinlto )
2828 LLVM_ARGS=" $LLVM_ARGS $1 "
2929 ;;
3030 --host-clang|--host-clang=* )
@@ -84,7 +84,7 @@ while [ $# -gt 0 ]; do
8484 shift
8585done
8686if [ -z " $PREFIX " ]; then
87- echo " $0 [--host-clang[=clang]] [--enable-asserts] [--disable-dylib] [--full-llvm] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--host=triple] [--with-default-win32-winnt=0x601] [--with-default-msvcrt=ucrt] [--enable-cfguard|--disable-cfguard] [--no-runtimes] [--no-tools] [--wipe-runtimes] [--clean-runtimes] dest"
87+ echo " $0 [--host-clang[=clang]] [--enable-asserts] [--disable-dylib] [--with-clang] [--thinlto] [-- full-llvm] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--host=triple] [--with-default-win32-winnt=0x601] [--with-default-msvcrt=ucrt] [--enable-cfguard|--disable-cfguard] [--no-runtimes] [--no-tools] [--wipe-runtimes] [--clean-runtimes] dest"
8888 exit 1
8989fi
9090
You can’t perform that action at this time.
0 commit comments