about summary refs log tree commit diff
path: root/src/test/codegen/stack-probes-call.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-09-29 19:13:30 -0700
committerJosh Stone <jistone@redhat.com>2022-09-29 19:49:23 -0700
commited9e6f2ad82a9ad783ed89b937d2951e44b6ce4b (patch)
tree7967f1b6edc80c2a305f4322ed71407302064b03 /src/test/codegen/stack-probes-call.rs
parent1bb8d276c94c77a5fada815c5fad3b8d324adac4 (diff)
downloadrust-ed9e6f2ad82a9ad783ed89b937d2951e44b6ce4b.tar.gz
rust-ed9e6f2ad82a9ad783ed89b937d2951e44b6ce4b.zip
Enable inline stack probes on X86 with LLVM 16
Diffstat (limited to 'src/test/codegen/stack-probes-call.rs')
-rw-r--r--src/test/codegen/stack-probes-call.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/codegen/stack-probes-call.rs b/src/test/codegen/stack-probes-call.rs
index 56b02fdecad..a18fd41c28c 100644
--- a/src/test/codegen/stack-probes-call.rs
+++ b/src/test/codegen/stack-probes-call.rs
@@ -5,8 +5,10 @@
 // revisions: i686 x86_64
 //[i686] compile-flags: --target i686-unknown-linux-gnu
 //[i686] needs-llvm-components: x86
+//[i686] ignore-llvm-version: 16 - 99
 //[x86_64] compile-flags: --target x86_64-unknown-linux-gnu
 //[x86_64] needs-llvm-components: x86
+//[x86_64] ignore-llvm-version: 16 - 99
 
 #![crate_type = "rlib"]
 #![feature(no_core, lang_items)]