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 84ca72e commit 2ee645bCopy full SHA for 2ee645b
tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
@@ -9,6 +9,7 @@
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 --target x86_64-unknown-linux-gnu
12
+//@ needs-llvm-components: x86
13
14
#![feature(unsized_fn_params)]
15
#![crate_type = "lib"]
0 commit comments