Skip to content

Commit 9abe6a8

Browse files
committed
build-llvm, build-cross-tools: Include --no-llvm-tool-reuse in the help listings
1 parent ccbccc7 commit 9abe6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-cross-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
6363
shift
6464
done
6565
if [ -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
6868
fi
6969

build-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ done
104104
BUILDDIR="$BUILDDIR$ASSERTSSUFFIX"
105105
if [ -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

0 commit comments

Comments
 (0)