Skip to content

Commit 3d9f997

Browse files
committed
Test the coexistence of 'stack-protector' and 'safe-stack'
1 parent 4a928ad commit 3d9f997

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
@@ -1,7 +1,7 @@
11
//@ add-minicore
2+
//@ only-x86_64-unknown-linux-gnu
23
//@ revisions: all strong none safestack safestack_strong safestack_all
34
//@ assembly-output: emit-asm
4-
//@ only-x86_64-unknown-linux-gnu
55
//@ [all] compile-flags: -Z stack-protector=all
66
//@ [strong] compile-flags: -Z stack-protector=strong
77
//@ [none] compile-flags: -Z stack-protector=none

0 commit comments

Comments
 (0)