about summary refs log tree commit diff
path: root/tests/assembly/stack-protector
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2023-10-02 10:45:49 +0200
committerNikita Popov <npopov@redhat.com>2023-10-02 11:06:38 +0200
commit5bcf4f26ac44284b0dbc9b53404fa5dd8a0db01a (patch)
treed3d51fb862e7cc41f5615f56aa044c52edb1b9c8 /tests/assembly/stack-protector
parentebbc68769d1207e8036cfbff00e5b8016e9a16b7 (diff)
downloadrust-5bcf4f26ac44284b0dbc9b53404fa5dd8a0db01a.tar.gz
rust-5bcf4f26ac44284b0dbc9b53404fa5dd8a0db01a.zip
Limit to LLVM 17.0.2 to work around WinEH codegen bug
Diffstat (limited to 'tests/assembly/stack-protector')
-rw-r--r--tests/assembly/stack-protector/stack-protector-heuristics-effect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs b/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
index 91b218c7a3c..e46b902df07 100644
--- a/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
+++ b/tests/assembly/stack-protector/stack-protector-heuristics-effect.rs
@@ -9,6 +9,7 @@
 // [basic] compile-flags: -Z stack-protector=basic
 // [none] compile-flags: -Z stack-protector=none
 // compile-flags: -C opt-level=2 -Z merge-functions=disabled
+// min-llvm-version: 17.0.2
 
 #![crate_type = "lib"]