From 023939b627b7dc93b01471f7d41fb8553ddb4ffa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:59:24 +0200 Subject: Merging upstream version 1.73.0+dfsg1. Signed-off-by: Daniel Baumann --- tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs (limited to 'tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs') diff --git a/tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs b/tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs deleted file mode 100644 index 68c91384b..000000000 --- a/tests/codegen/sanitizer-cfi-add-enable-split-lto-unit-flag.rs +++ /dev/null @@ -1,11 +0,0 @@ -// Verifies that "EnableSplitLTOUnit" module flag is added. -// -// needs-sanitizer-cfi -// compile-flags: -Clto -Ctarget-feature=-crt-static -Zsanitizer=cfi - -#![crate_type="lib"] - -pub fn foo() { -} - -// CHECK: !{{[0-9]+}} = !{i32 4, !"EnableSplitLTOUnit", i32 1} -- cgit v1.2.3