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:
parent
598e265d43
commit
c72a6ad8f2
2 changed files with 9 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue