]> granicus.if.org Git - llvm/commitdiff
Follow-up for r291289: Fix failing global_metadata_darwin.ll test
authorKuba Mracek <mracek@apple.com>
Fri, 6 Jan 2017 22:22:22 +0000 (22:22 +0000)
committerKuba Mracek <mracek@apple.com>
Fri, 6 Jan 2017 22:22:22 +0000 (22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291292 91177308-0d34-0410-b5e6-96231b3b80d8

test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll

index 9b0c1ef9b5e072445aea31f74c393a6917d26fcc..af4da14d786f78c12087a3bcacff488dd9cfea75 100644 (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.