File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,7 @@ pub fn main() {
122
122
host_triple. clone ( )
123
123
} ;
124
124
125
- if target_triple. ends_with ( "-msvc" ) {
126
- eprintln ! ( "The MSVC toolchain is not yet supported by rustc_codegen_cranelift." ) ;
127
- eprintln ! ( "Switch to the MinGW toolchain for Windows support." ) ;
128
- eprintln ! ( "Hint: You can use `rustup set default-host x86_64-pc-windows-gnu` to" ) ;
129
- eprintln ! ( "set the global default target to MinGW" ) ;
130
- process:: exit ( 1 ) ;
131
- }
132
-
133
- let cg_clif_dylib =
134
- build_backend:: build_backend ( channel, & host_triple, use_unstable_features) ;
125
+ let cg_clif_dylib = build_backend:: build_backend ( channel, & host_triple, use_unstable_features) ;
135
126
match command {
136
127
Command :: Test => {
137
128
tests:: run_tests (
You can’t perform that action at this time.
0 commit comments