mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
Follow-up for r291289: Fix failing global_metadata_darwin.ll test
llvm-svn: 291292
This commit is contained in:
parent
bbe36cafa3
commit
8c87177d0b
@ -22,7 +22,7 @@ target triple = "x86_64-apple-macosx10.11.0"
|
||||
; CHECK: @__asan_binder_global = internal global {{.*}} @global {{.*}} [[METADATA]] {{.*}} section "__DATA,__asan_liveness,regular,live_support"
|
||||
|
||||
; Test that there is the flag global variable:
|
||||
; CHECK: @__asan_globals_registered = common global i64 0
|
||||
; CHECK: @__asan_globals_registered = common hidden global i64 0
|
||||
|
||||
; The binder has to be inserted to llvm.compiler.used to avoid being stripped
|
||||
; during LTO.
|
||||
|
Loading…
Reference in New Issue
Block a user