We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79416c4 commit f301d08Copy full SHA for f301d08
tests/codegen/force-frame-pointers.rs
@@ -1,6 +1,11 @@
1
-//@ compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y -Copt-level=0
+//@ revisions: Always NonLeaf
2
+//@ [Always] compile-flags: -Cforce-frame-pointers=yes
3
+//@ [NonLeaf] compile-flags: -Cforce-frame-pointers=non-leaf
4
+//@ compile-flags: -Zunstable-options
5
+//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
6
7
#![crate_type = "lib"]
8
-// CHECK: attributes #{{.*}} "frame-pointer"="all"
9
+// Always: attributes #{{.*}} "frame-pointer"="all"
10
+// NonLeaf: attributes #{{.*}} "frame-pointer"="non-leaf"
11
pub fn foo() {}
0 commit comments