Skip to content

Commit 93991f7

Browse files
committed
Auto merge of #25914 - andars:master, r=sanxiyn
Previous: ``` --disable-llvm-version-check don't don't check if the LLVM version is supported, build anyway ``` New: ``` --disable-llvm-version-check don't check if the LLVM version is supported, build anyway ```
2 parents 78c4d53 + d4389c5 commit 93991f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ opt rpath 0 "build rpaths into rustc itself"
565565
# This is used by the automation to produce single-target nightlies
566566
opt dist-host-only 0 "only install bins for the host architecture"
567567
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
568-
opt llvm-version-check 1 "don't check if the LLVM version is supported, build anyway"
568+
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway"
569569

570570
# Optimization and debugging options. These may be overridden by the release channel, etc.
571571
opt_nosave optimize 1 "build optimized rust code"

0 commit comments

Comments
 (0)