Skip to content

Commit 84ca72e

Browse files
committed
Fix bugs
1 parent 058166a commit 84ca72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//@ [safestack] compile-flags: -Z stack-protector=none -Z sanitizer=safestack
99
//@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack
1010
//@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack
11-
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
11+
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled --target x86_64-unknown-linux-gnu
1212

1313
#![feature(unsized_fn_params)]
1414
#![crate_type = "lib"]

0 commit comments

Comments
 (0)