We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058166a commit 84ca72eCopy full SHA for 84ca72e
tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
@@ -8,7 +8,7 @@
8
//@ [safestack] compile-flags: -Z stack-protector=none -Z sanitizer=safestack
9
//@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack
10
//@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack
11
-//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
+//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled --target x86_64-unknown-linux-gnu
12
13
#![feature(unsized_fn_params)]
14
#![crate_type = "lib"]
0 commit comments