about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-23 11:12:11 +0000
committerbors <bors@rust-lang.org>2024-06-23 11:12:11 +0000
commitc3d7fb398569407350abe044e786bc7890c90397 (patch)
tree625b8d3796cb46549d177456dde2ff2ffce5a9a3 /src
parent05468cf1241ae661c84e43d6a41d7a0ba317eebf (diff)
parent761ba5bb073578c6a510482be8338075f0b71493 (diff)
downloadrust-c3d7fb398569407350abe044e786bc7890c90397.tar.gz
rust-c3d7fb398569407350abe044e786bc7890c90397.zip
Auto merge of #124733 - workingjubilee:cant-beleaf-we-dont-have-this, r=saethlin
Support `-Cforce-frame-pointers=non-leaf`

Why don't we already support this...?

Suggested impl for https://github.com/rust-lang/compiler-team/issues/744
Diffstat (limited to 'src')
-rw-r--r--src/tools/compiletest/src/header.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs
index 5469b9f1a0a..82d80fcc19c 100644
--- a/src/tools/compiletest/src/header.rs
+++ b/src/tools/compiletest/src/header.rs
@@ -779,6 +779,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
     "ignore-haiku",
     "ignore-horizon",
     "ignore-i686-pc-windows-msvc",
+    "ignore-illumos",
     "ignore-ios",
     "ignore-linux",
     "ignore-lldb",
@@ -843,6 +844,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
     "ignore-x32",
     "ignore-x86",
     "ignore-x86_64",
+    "ignore-x86_64-apple-darwin",
     "ignore-x86_64-unknown-linux-gnu",
     "incremental",
     "known-bug",