This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 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;
1111#[ naked]
1212#[ no_mangle]
1313pub unsafe extern "C" fn f ( ) {
14- // CHECK: define void @f()
14+ // CHECK: define {{(dso_local )?}} void @f()
1515 // CHECK-NEXT: start:
1616 // CHECK-NEXT: call void asm
1717 // CHECK-NEXT: unreachable
Original file line number Diff line number Diff line change 11// only-aarch64
22// run-pass
33// needs-asm-support
4+ // needs-unwind
45
56#![ feature( asm_unwind) ]
67
Original file line number Diff line number Diff line change 33// compile-flags: --test -Cpanic=abort -Zpanic-abort-tests=no
44// run-flags: --test-threads=1
55
6+ // needs-unwind
67// ignore-wasm no panic or subprocess support
78// ignore-emscripten no panic or subprocess support
89
Original file line number Diff line number Diff line change 1- // compile-flags: --test
1+ // compile-flags: --test -Zpanic-abort-tests
22// run-flags: --test-threads=1
33// check-run-results
44// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
55// ignore-emscripten no threads support
6- // needs-unwind
76// run-pass
87
98#[ test]
You can’t perform that action at this time.
0 commit comments