X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fconfigure.py;h=0af329e7007ac7016f4f1df9e0104f1804a71c28;hb=278e02a5b614d8a50a6549bbeb5b10ed4a42b6f8;hp=31cc4aa57bbea45170f4ff339e424528c1edee5c;hpb=96c1f338bb5ba7bae2285fc48f249aa5015e542a;p=rust.git diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 31cc4aa57bb..0af329e7007 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -45,7 +45,7 @@ o("llvm-static-stdcpp", "llvm.static-libstdcpp", "statically link to libstdc++ f 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 src/test/codegen tests") +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)") o("locked-deps", "build.locked-deps", "force Cargo.lock to be up to date")