summaryrefslogtreecommitdiffstats
path: root/tests/ui/abi/stack-probes-lto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/abi/stack-probes-lto.rs')
-rw-r--r--tests/ui/abi/stack-probes-lto.rs17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ui/abi/stack-probes-lto.rs b/tests/ui/abi/stack-probes-lto.rs
new file mode 100644
index 000000000..6d934538f
--- /dev/null
+++ b/tests/ui/abi/stack-probes-lto.rs
@@ -0,0 +1,17 @@
+// run-pass
+// ignore-arm
+// ignore-aarch64
+// ignore-mips
+// ignore-mips64
+// ignore-sparc
+// ignore-sparc64
+// ignore-wasm
+// ignore-emscripten no processes
+// ignore-sgx no processes
+// ignore-musl FIXME #31506
+// ignore-pretty
+// ignore-fuchsia no exception handler registered for segfault
+// compile-flags: -C lto
+// no-prefer-dynamic
+
+include!("stack-probes.rs");