diff options
| author | Folkert de Vries <flokkievids@gmail.com> | 2025-07-23 13:26:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 13:26:30 +0000 |
| commit | 0231fa9adfdc4c03d122087a4400a8199b97a369 (patch) | |
| tree | e783ca2321426d54b49a031bc9e3ceda4f076375 /tests/codegen/force-frame-pointers.rs | |
| parent | 75fc5ceefb9dc46a1e0956143c98eb419ce2e3b5 (diff) | |
| parent | 8f0ffa8125f00af923098b30f390f6597b89d80d (diff) | |
| download | rust-0231fa9adfdc4c03d122087a4400a8199b97a369.tar.gz rust-0231fa9adfdc4c03d122087a4400a8199b97a369.zip | |
Merge pull request #1883 from Kobzol/pull
Rustc pull update
Diffstat (limited to 'tests/codegen/force-frame-pointers.rs')
| -rw-r--r-- | tests/codegen/force-frame-pointers.rs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/codegen/force-frame-pointers.rs b/tests/codegen/force-frame-pointers.rs deleted file mode 100644 index 88c918945d6..00000000000 --- a/tests/codegen/force-frame-pointers.rs +++ /dev/null @@ -1,18 +0,0 @@ -//@ revisions: Always NonLeaf -//@ [Always] compile-flags: -Cforce-frame-pointers=yes -//@ [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"] - -// Always: attributes #{{.*}} "frame-pointer"="all" -// NonLeaf: attributes #{{.*}} "frame-pointer"="non-leaf" -pub fn foo() {} |
