1
Fork 0

test: ignore force-frame-pointers test on some targets

all of these currently force stronger frame pointers, and
currently the CLI does not override the target
This commit is contained in:
Jubilee Young 2024-06-22 21:36:11 -07:00
parent 598e265d43
commit c72a6ad8f2
2 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,13 @@
//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
//@ compile-flags: -Zunstable-options
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
//@ [NonLeaf] ignore-illumos
//@ [NonLeaf] ignore-openbsd
//@ [NonLeaf] ignore-x86
//@ [NonLeaf] ignore-x86_64-apple-darwin
//@ [NonLeaf] ignore-windows-gnu
//@ [NonLeaf] ignore-thumb
// result is platform-dependent based on platform's frame pointer settings
#![crate_type = "lib"]