File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ fn main() {
15
15
let stderr = :: std:: io:: stderr ( ) ;
16
16
let mut stderr = stderr. lock ( ) ;
17
17
18
- // FIXME support lazy jit when multi threading
19
- #[ cfg( not( lazy_jit) ) ]
20
18
std:: thread:: spawn ( move || {
21
19
println ! ( "Hello from another thread!" ) ;
22
20
} ) ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function base_sysroot_tests() {
46
46
$MY_RUSTC -Cllvm-args=mode=jit -Cprefer-dynamic example/std_example.rs --target " $HOST_TRIPLE "
47
47
48
48
echo " [JIT-lazy] std_example"
49
- $MY_RUSTC -Cllvm-args=mode=jit-lazy -Cprefer-dynamic example/std_example.rs --cfg lazy_jit -- target " $HOST_TRIPLE "
49
+ $MY_RUSTC -Cllvm-args=mode=jit-lazy -Cprefer-dynamic example/std_example.rs --target " $HOST_TRIPLE "
50
50
else
51
51
echo " [JIT] std_example (skipped)"
52
52
fi
You can’t perform that action at this time.
0 commit comments