]> git.lizzy.rs Git - rust.git/blob - src/test/ui/abi/stack-probes-lto.rs
Rollup merge of #80327 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / abi / stack-probes-lto.rs
1 // run-pass
2 // ignore-arm
3 // ignore-aarch64
4 // ignore-mips
5 // ignore-mips64
6 // ignore-powerpc
7 // ignore-s390x
8 // ignore-sparc
9 // ignore-sparc64
10 // ignore-wasm
11 // ignore-emscripten no processes
12 // ignore-sgx no processes
13 // ignore-musl FIXME #31506
14 // ignore-pretty
15 // compile-flags: -C lto
16 // no-prefer-dynamic
17
18 include!("stack-probes.rs");