mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Auto merge of #36034 - ahmedcharles:orbit, r=eddyb
Remove --{enable|disable}-orbit from configure. Fixes #35956. r? @eddyb There are only two buildbots left, though they are both failing. Is there something to be done there other than wait?
This commit is contained in:
commit
b7d19899de
1
configure
vendored
1
configure
vendored
@ -613,7 +613,6 @@ opt dist-host-only 0 "only install bins for the host architecture"
|
|||||||
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
|
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
|
||||||
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway"
|
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway"
|
||||||
opt rustbuild 0 "use the rust and cargo based build system"
|
opt rustbuild 0 "use the rust and cargo based build system"
|
||||||
opt orbit 1 "get MIR where it belongs - everywhere; most importantly, in orbit"
|
|
||||||
opt codegen-tests 1 "run the src/test/codegen tests"
|
opt codegen-tests 1 "run the src/test/codegen tests"
|
||||||
opt option-checking 1 "complain about unrecognized options in this configure script"
|
opt option-checking 1 "complain about unrecognized options in this configure script"
|
||||||
opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)"
|
opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)"
|
||||||
|
Loading…
Reference in New Issue
Block a user