Skip to content

Commit

Permalink
Auto merge of rust-lang#36034 - ahmedcharles:orbit, r=eddyb
Browse files Browse the repository at this point in the history
Remove --{enable|disable}-orbit from configure.

Fixes rust-lang#35956.

r? @eddyb

There are only two buildbots left, though they are both failing. Is there something to be done there other than wait?
  • Loading branch information
bors authored Sep 4, 2016
2 parents 1ca1de6 + cd8f0aa commit b7d1989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 orbit 1 "get MIR where it belongs - everywhere; most importantly, in orbit"
opt codegen-tests 1 "run the src/test/codegen tests"
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)"
Expand Down

0 comments on commit b7d1989

Please sign in to comment.