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 2ee645b commit 68d5c34Copy full SHA for 68d5c34
tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
@@ -1,7 +1,7 @@
1
+//@ add-core-stubs
2
//@ revisions: all strong none safestack safestack_strong safestack_all
3
//@ assembly-output: emit-asm
4
//@ only-x86_64-unknown-linux-gnu
-//@ add-core-stubs
5
//@ [all] compile-flags: -Z stack-protector=all
6
//@ [strong] compile-flags: -Z stack-protector=strong
7
//@ [none] compile-flags: -Z stack-protector=none
@@ -18,6 +18,7 @@
18
#![no_std]
19
20
extern crate minicore;
21
+use minicore::*;
22
23
extern "C" {
24
fn test4spss(p: *mut u8);
0 commit comments