about summary refs log tree commit diff
path: root/tests/codegen/sanitizer/cfi/add-enable-split-lto-unit-flag.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/sanitizer/cfi/add-enable-split-lto-unit-flag.rs')
-rw-r--r--tests/codegen/sanitizer/cfi/add-enable-split-lto-unit-flag.rs10
1 files changed, 0 insertions, 10 deletions
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 283b8f26102..00000000000
--- a/tests/codegen/sanitizer/cfi/add-enable-split-lto-unit-flag.rs
+++ /dev/null
@@ -1,10 +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}