about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authorJoshua Nelson <jyn.nelson@redjack.com>2023-03-01 11:33:37 -0600
committerJoshua Nelson <github@jyn.dev>2023-03-05 14:42:15 +0000
commit8becfed1c984a7efbba993a64c409d0c403848cd (patch)
treec964e6f7a40c3eb714ea8de459861c58a41d5922 /src/bootstrap/configure.py
parent5423745db8b434fcde54888b35f518f00cce00e4 (diff)
downloadrust-8becfed1c984a7efbba993a64c409d0c403848cd.tar.gz
rust-8becfed1c984a7efbba993a64c409d0c403848cd.zip
Remove the option to disable `llvm-version-check`
We don't support old versions of LLVM; there's no reason to have an easy
way to force bootstrap to use them anyway. If someone really needs to
use an unsupported version, they can modify bootstrap to change the
version range.
Diffstat (limited to 'src/bootstrap/configure.py')
-rwxr-xr-xsrc/bootstrap/configure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index 04e798e3949..00f242452a1 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -44,7 +44,6 @@ o("local-rebuild", "build.local-rebuild", "assume local-rust matches the current
 o("llvm-static-stdcpp", "llvm.static-libstdcpp", "statically link to libstdc++ for LLVM")
 o("llvm-link-shared", "llvm.link-shared", "prefer shared linking to LLVM (llvm-config --link-shared)")
 o("rpath", "rust.rpath", "build rpaths into rustc itself")
-o("llvm-version-check", "llvm.version-check", "check if the LLVM version is supported, build anyway")
 o("codegen-tests", "rust.codegen-tests", "run the tests/codegen tests")
 o("option-checking", None, "complain about unrecognized options in this configure script")
 o("ninja", "llvm.ninja", "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)")