[llvm] r291292 - Follow-up for r291289: Fix failing global_metadata_darwin.ll test

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 14:22:23 PST 2017


Author: kuba.brecka
Date: Fri Jan  6 16:22:22 2017
New Revision: 291292

URL: http://llvm.org/viewvc/llvm-project?rev=291292&view=rev
Log:
Follow-up for r291289: Fix failing global_metadata_darwin.ll test


Modified:
    llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll

Modified: llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll?rev=291292&r1=291291&r2=291292&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll Fri Jan  6 16:22:22 2017
@@ -22,7 +22,7 @@ target triple = "x86_64-apple-macosx10.1
 ; 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.




More information about the llvm-commits mailing list