about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorErik Desjardins <erikdesjardins@users.noreply.github.com>2021-12-29 23:19:55 -0500
committerErik Desjardins <erikdesjardins@users.noreply.github.com>2021-12-30 00:15:51 -0500
commite4463b2453f3b2665076e5daec23040976b8792e (patch)
tree91d81db07258a14eb542f635705737c4f268dd2a /src/test/codegen
parent2b662217e745d88d93dcc6f5f5169bf7a0d9720e (diff)
downloadrust-e4463b2453f3b2665076e5daec23040976b8792e.tar.gz
rust-e4463b2453f3b2665076e5daec23040976b8792e.zip
keep noinline for system llvm < 14
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/unwind-landingpad-cold.rs1
-rw-r--r--src/test/codegen/unwind-landingpad-inline.rs2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/codegen/unwind-landingpad-cold.rs b/src/test/codegen/unwind-landingpad-cold.rs
index 0bf2941374a..650d5b230f4 100644
--- a/src/test/codegen/unwind-landingpad-cold.rs
+++ b/src/test/codegen/unwind-landingpad-cold.rs
@@ -1,3 +1,4 @@
+// no-system-llvm: needs #92110
 // compile-flags: -Cno-prepopulate-passes
 #![crate_type = "lib"]
 
diff --git a/src/test/codegen/unwind-landingpad-inline.rs b/src/test/codegen/unwind-landingpad-inline.rs
index d641c908ea9..4f13b60b1f9 100644
--- a/src/test/codegen/unwind-landingpad-inline.rs
+++ b/src/test/codegen/unwind-landingpad-inline.rs
@@ -1,4 +1,4 @@
-// no-system-llvm: needs patch for Rust alloc/dealloc functions
+// no-system-llvm: needs #92110 + patch for Rust alloc/dealloc functions
 // compile-flags: -Copt-level=3
 #![crate_type = "lib"]