@@ -129,7 +129,6 @@ auto_platforms = [
129
129
"linux-cross-opt" ,
130
130
#"linux-32cross-opt",
131
131
"linux-64-opt-rustbuild" ,
132
- "linux-64-opt-no-mir" ,
133
132
134
133
#"linux-64-opt-vg",
135
134
#"linux-all-opt",
@@ -148,7 +147,6 @@ auto_platforms = [
148
147
#"win-gnu-64-nopt-t",
149
148
"win-msvc-32-opt" ,
150
149
"win-msvc-64-opt" ,
151
- "win-msvc-64-opt-no-mir" ,
152
150
#"win-msvc-32-cross-opt",
153
151
154
152
"win-gnu-32-opt-rustbuild" ,
@@ -851,7 +849,7 @@ class ConfigCommand(object):
851
849
"optimize-cxx" , "optimize-llvm" ,
852
850
"debug" , "debug-assertions" , "pax-flags" , "clang" ,
853
851
"inject-std-version" , "llvm-static-stdcpp" ,
854
- "rustbuild" , "orbit" , " nightly" ]
852
+ "rustbuild" , "nightly" ]
855
853
if "cargo" in props :
856
854
s = "./configure --local-rust-root=$PWD/rustc"
857
855
else :
@@ -1682,7 +1680,6 @@ for p in auto_platforms:
1682
1680
debug = False
1683
1681
chk = True
1684
1682
rustbuild = None
1685
- orbit = None
1686
1683
make_args = []
1687
1684
1688
1685
if "-debug" in p :
@@ -1718,8 +1715,6 @@ for p in auto_platforms:
1718
1715
chk = False
1719
1716
if "rustbuild" in p :
1720
1717
rustbuild = True
1721
- if "no-mir" in p :
1722
- orbit = False
1723
1718
if "cargotest" in p :
1724
1719
chk = "check-cargotest"
1725
1720
rustbuild = True
@@ -1764,7 +1759,6 @@ for p in auto_platforms:
1764
1759
"debug" : debug ,
1765
1760
"debug-assertions" : True ,
1766
1761
"check" : chk ,
1767
- "orbit" : orbit ,
1768
1762
"rustbuild" : rustbuild },
1769
1763
factory = make_and_check_buildfactory (chk , android ,
1770
1764
"win" in p , True ,
0 commit comments