Skip to content

Commit b296f26

Browse files
committed
Fixed the error caused by the wasm32 platform not supporting 'safe-stack'
1 parent c9d0ee1 commit b296f26

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
@@ -2,7 +2,7 @@
22
//@ assembly-output: emit-asm
33
//@ ignore-msvc safestack sanitizer not supported
44
//@ ignore-nvptx64 stack protector is not supported
5-
//@ ignore-wasm32-bare
5+
//@ ignore-wasm32 safestack sanitizer not supported
66
//@ ignore-aarch64
77
//@ [all] compile-flags: -Z stack-protector=all
88
//@ [strong] compile-flags: -Z stack-protector=strong

0 commit comments

Comments
 (0)