File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use std::arch::asm;
11
11
#[ naked]
12
12
#[ no_mangle]
13
13
pub unsafe extern "C" fn f ( ) {
14
- // CHECK: define void @f()
14
+ // CHECK: define {{(dso_local )?}} void @f()
15
15
// CHECK-NEXT: start:
16
16
// CHECK-NEXT: call void asm
17
17
// CHECK-NEXT: unreachable
Original file line number Diff line number Diff line change 1
1
// only-aarch64
2
2
// run-pass
3
3
// needs-asm-support
4
+ // needs-unwind
4
5
5
6
#![ feature( asm_unwind) ]
6
7
Original file line number Diff line number Diff line change 3
3
// compile-flags: --test -Cpanic=abort -Zpanic-abort-tests=no
4
4
// run-flags: --test-threads=1
5
5
6
+ // needs-unwind
6
7
// ignore-wasm no panic or subprocess support
7
8
// ignore-emscripten no panic or subprocess support
8
9
Original file line number Diff line number Diff line change 1
- // compile-flags: --test
1
+ // compile-flags: --test -Zpanic-abort-tests
2
2
// run-flags: --test-threads=1
3
3
// check-run-results
4
4
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
5
5
// ignore-emscripten no threads support
6
- // needs-unwind
7
6
// run-pass
8
7
9
8
#[ test]
You can’t perform that action at this time.
0 commit comments