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 4a928ad commit 3d9f997Copy full SHA for 3d9f997
tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
@@ -1,7 +1,7 @@
1
//@ add-minicore
2
+//@ only-x86_64-unknown-linux-gnu
3
//@ revisions: all strong none safestack safestack_strong safestack_all
4
//@ assembly-output: emit-asm
-//@ only-x86_64-unknown-linux-gnu
5
//@ [all] compile-flags: -Z stack-protector=all
6
//@ [strong] compile-flags: -Z stack-protector=strong
7
//@ [none] compile-flags: -Z stack-protector=none
0 commit comments