Skip to content

Commit c8c8841

Browse files
committed
Check the coexistence of stack-protector and safe-stack.
1 parent 6d02bf9 commit c8c8841

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
@@ -16,6 +16,7 @@
1616
#![allow(internal_features)]
1717
#![feature(unsized_fn_params)]
1818

19+
// Check the coexistence of stack-protector and safe-stack.
1920
// CHECK-LABEL: test1{{:|\[}}
2021
#[no_mangle]
2122
pub unsafe fn test1(src: *const u8, len: usize) -> u8 {

0 commit comments

Comments
 (0)