about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/error.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-27 08:35:56 +0000
committerbors <bors@rust-lang.org>2024-02-27 08:35:56 +0000
commit53ed660d47feb01055483fe81b628d5ef9705dbd (patch)
tree210e9bf5949afcf1ae6cf75ebb368c43006f3940 /compiler/rustc_middle/src/mir/interpret/error.rs
parent1c28a2c1b0b82b525262e6ccc7675cab61ed040c (diff)
parent3b73e894eb2b9f8e540359613d2f2a1521d9f0a5 (diff)
downloadrust-53ed660d47feb01055483fe81b628d5ef9705dbd.tar.gz
rust-53ed660d47feb01055483fe81b628d5ef9705dbd.zip
Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb
i586_unknown_netbsd: use inline stack probes

This is one of the last two targets still using "call" stack probes.

I don't believe that this target uses call stack probes for any particular reason--inline stack probes are used on [`i686_unknown_netbsd`](https://github.com/rust-lang/rust/blob/b362939be16f9324dd9e6e36e22b606020068d75/compiler/rustc_target/src/spec/targets/i686_unknown_netbsd.rs#L8), suggesting they work on netbsd; and on [`i586_unknown_linux_gnu`](https://github.com/rust-lang/rust/blob/b362939be16f9324dd9e6e36e22b606020068d75/compiler/rustc_target/src/spec/targets/i586_unknown_linux_gnu.rs#L4) (via the base [`i686_unknown_linux_gnu`](https://github.com/rust-lang/rust/blob/b362939be16f9324dd9e6e36e22b606020068d75/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs#L9)), suggesting they work with `cpu = "pentium"`.

...although I don't have a netbsd system to test this on.

(cc `@he32)`
Diffstat (limited to 'compiler/rustc_middle/src/mir/interpret/error.rs')
0 files changed, 0 insertions, 0 deletions