Follow-up for r291289: Fix failing global_metadata_darwin.ll test

llvm-svn: 291292
This commit is contained in:
Kuba Mracek 2017-01-06 22:22:22 +00:00
parent bbe36cafa3
commit 8c87177d0b

View File

@ -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.