File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/assembly-llvm/stack-protector Expand file tree Collapse file tree 1 file changed +3
-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 -Cunsafe-allow-abi-mismatch=sanitizer
11+ //@ [safestack_strong] compile-flags: -Z stack-protector=strong -Z sanitizer=safestack -Cunsafe-allow-abi-mismatch=sanitizer
12+ //@ [safestack_all] compile-flags: -Z stack-protector=all -Z sanitizer=safestack -Cunsafe-allow-abi-mismatch=sanitizer
1313//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
1414
1515#![ crate_type = "lib" ]
You can’t perform that action at this time.
0 commit comments