mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
8886c310e4
Fix LVI tests after frame pointers are enabled by default #121203 enables frame pointers by default. This affects LVI mitigations for the `x86_64-fortanix-unknown-sgx` target. LVI remained mitigated correctly, but the tests were too strict. ``@nshyrei`` , ``@jethrogb``