summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-01-06 22:22:22 +0000
committerKuba Mracek <mracek@apple.com>2017-01-06 22:22:22 +0000
commit5a2f078ee2612908140e8df05de85c8a7322fe9d (patch)
tree717307b7f3cfbe49456252886a8a59187534f74e /llvm/test
parent5a4167fbd3a302caee988028264a03b552c1bfec (diff)
downloadbcm5719-llvm-5a2f078ee2612908140e8df05de85c8a7322fe9d.tar.gz
bcm5719-llvm-5a2f078ee2612908140e8df05de85c8a7322fe9d.zip
Follow-up for r291289: Fix failing global_metadata_darwin.ll test
llvm-svn: 291292
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll b/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
index 9b0c1ef9b5e..af4da14d786 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
+++ b/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
@@ -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.
OpenPOWER on IntegriCloud