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 c49f4e1 commit c9d0ee1Copy full SHA for c9d0ee1
tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
@@ -8,8 +8,11 @@
8
//@ [strong] compile-flags: -Z stack-protector=strong
9
//@ [none] compile-flags: -Z stack-protector=none
10
//@ [safestack] compile-flags: -Z stack-protector=none -Z sanitizer=safestack
11
+// RUSTFLAGS: -Cunsafe-allow-abi-mismatch=sanitizer
12
//@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack
13
14
//@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack
15
16
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
17
18
#![crate_type = "lib"]
0 commit comments