File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
tests/assembly-llvm/stack-protector Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 77//@ [all] compile-flags: -Z stack-protector=all
88//@ [strong] compile-flags: -Z stack-protector=strong
99//@ [none] compile-flags: -Z stack-protector=none
10- //@ [safestack] compile-flags: -Z stack-protector=none -Z sanitizer=safestack
11- //@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack
12- //@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack
10+ //@ [safestack] compile-flags: -Z stack-protector=none -Z sanitizer=safestack \
11+ //@ -Cunsafe-allow-abi-mismatch=sanitizer
12+ //@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack \
13+ //@ -Cunsafe-allow-abi-mismatch=sanitizer
14+ //@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack \
15+ //@ -Cunsafe-allow-abi-mismatch=sanitizer
16+
1317//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
1418
1519#![ crate_type = "lib" ]
You can’t perform that action at this time.
0 commit comments