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:
parent
6226d63998
commit
bb4dc1b3af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user