about summary refs log tree commit diff
path: root/tests/codegen/split-lto-unit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/split-lto-unit.rs')
-rw-r--r--tests/codegen/split-lto-unit.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/codegen/split-lto-unit.rs b/tests/codegen/split-lto-unit.rs
deleted file mode 100644
index 7858a0e7b79..00000000000
--- a/tests/codegen/split-lto-unit.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// Verifies that "EnableSplitLTOUnit" module flag is added.
-//
-//@ needs-sanitizer-cfi
-//@ compile-flags: -Clto -Ctarget-feature=-crt-static -Zsplit-lto-unit
-
-#![crate_type = "lib"]
-
-pub fn foo() {}
-
-// CHECK: !{{[0-9]+}} = !{i32 4, !"EnableSplitLTOUnit", i32 1}