Skip to content

Commit 2ee645b

Browse files
committed
Fix bugs
1 parent 84ca72e commit 2ee645b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack
1010
//@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack
1111
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled --target x86_64-unknown-linux-gnu
12+
//@ needs-llvm-components: x86
1213

1314
#![feature(unsized_fn_params)]
1415
#![crate_type = "lib"]

0 commit comments

Comments
 (0)