rust/tests/ui/abi/stack-probes-lto.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
442 B
Rust
Raw Normal View History

// run-pass
// ignore-arm
2017-07-21 03:21:42 -05:00
// ignore-aarch64
// ignore-mips
// ignore-mips64
// ignore-sparc
// ignore-sparc64
2023-04-14 04:42:08 -05:00
// ignore-loongarch64
// ignore-wasm
// ignore-emscripten no processes
2019-04-24 11:26:33 -05:00
// ignore-sgx no processes
// ignore-musl FIXME #31506
// ignore-fuchsia no exception handler registered for segfault
// compile-flags: -C lto
// no-prefer-dynamic
// ignore-nto Crash analysis impossible at SIGSEGV in QNX Neutrino
include!("stack-probes.rs");