From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/codegen/unwind-and-panic-abort.rs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/test/codegen/unwind-and-panic-abort.rs (limited to 'src/test/codegen/unwind-and-panic-abort.rs') diff --git a/src/test/codegen/unwind-and-panic-abort.rs b/src/test/codegen/unwind-and-panic-abort.rs deleted file mode 100644 index f238741e5..000000000 --- a/src/test/codegen/unwind-and-panic-abort.rs +++ /dev/null @@ -1,16 +0,0 @@ -// compile-flags: -C panic=abort - -#![crate_type = "lib"] -#![feature(c_unwind)] - -extern "C-unwind" { - fn bar(); -} - -// CHECK: Function Attrs:{{.*}}nounwind -// CHECK-NEXT: define{{.*}}void @foo -// CHECK: call void @_ZN4core9panicking15panic_no_unwind -#[no_mangle] -pub unsafe extern "C" fn foo() { - bar(); -} -- cgit v1.2.3