Skip to content

Commit 931349d

Browse files
committed
Fixed the error caused by the x86_64-unknown-linux-musl platform not supporting 'safe-stack'
1 parent b296f26 commit 931349d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ revisions: all strong none safestack safestack_strong safestack_all
22
//@ assembly-output: emit-asm
33
//@ ignore-msvc safestack sanitizer not supported
4+
//@ ignore-musl safestack sanitizer not supported
45
//@ ignore-nvptx64 stack protector is not supported
56
//@ ignore-wasm32 safestack sanitizer not supported
67
//@ ignore-aarch64

0 commit comments

Comments
 (0)