File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/run-make/compiler-builtins Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88//! settings. Turning off optimizations and enabling debug assertions tends to produce the most
99//! dependence on core that is possible, so that is the configuration we test here.
1010
11+ // wasm and nvptx targets don't produce rlib files that object can parse.
12+ //@ ignore-wasm
13+ //@ ignore-nvptx64
14+
1115#![ deny( warnings) ]
1216
1317extern crate run_make_support;
@@ -33,10 +37,6 @@ path = "lib.rs""#;
3337fn main ( ) {
3438 let target_dir = tmp_dir ( ) . join ( "target" ) ;
3539 let target = std:: env:: var ( "TARGET" ) . unwrap ( ) ;
36- if target. starts_with ( "wasm" ) || target. starts_with ( "nvptx" ) {
37- // wasm and nvptx targets don't produce rlib files that object can parse.
38- return ;
39- }
4040
4141 println ! ( "Testing compiler_builtins for {}" , target) ;
4242
You can’t perform that action at this time.
0 commit comments