1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Improve r272262, check that __stack_chk_guard is used.

Thanks to Rafael for the suggestion.

llvm-svn: 272277
This commit is contained in:
Davide Italiano 2016-06-09 17:04:38 +00:00
parent 6226d63998
commit bb4dc1b3af

View File

@ -8,6 +8,8 @@ define void @f() sspstrong {
ret void
}
; CHECK: movq __stack_chk_guard(%rip), %rax
; CHECKL movq __stack_chk_guard(%rip), %rax
; CHECK: .type __stack_chk_guard,@object
; CHECK: .local __stack_chk_guard
; CHECK: .comm __stack_chk_guard,64,16