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/panic-abort-windows.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/test/codegen/panic-abort-windows.rs (limited to 'src/test/codegen/panic-abort-windows.rs') diff --git a/src/test/codegen/panic-abort-windows.rs b/src/test/codegen/panic-abort-windows.rs deleted file mode 100644 index 2ee29762d..000000000 --- a/src/test/codegen/panic-abort-windows.rs +++ /dev/null @@ -1,18 +0,0 @@ -// This test is for *-windows only. -// only-windows - -// compile-flags: -C no-prepopulate-passes -C panic=abort -O - -#![crate_type = "lib"] - -// CHECK: Function Attrs: nounwind uwtable -// CHECK-NEXT: define void @normal_uwtable() -#[no_mangle] -pub fn normal_uwtable() { -} - -// CHECK: Function Attrs: nounwind uwtable -// CHECK-NEXT: define void @extern_uwtable() -#[no_mangle] -pub extern fn extern_uwtable() { -} -- cgit v1.2.3