[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' instead...
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / basic.ll
index 2490510fc761abc81e5fb694fb6631b7e83dc181..9c4d416a1eff6c9b327128659333e140b5de23bf 100644 (file)
@@ -171,7 +171,7 @@ define void @memintr_test(i8* %a, i8* %b) nounwind uwtable sanitize_address {
 ; CHECK: ret void
 
 ; CHECK: define internal void @asan.module_ctor()
-; CHECK: call void @__asan_init_v5()
+; CHECK: call void @__asan_init()
 
 ; PROF
 ; CHECK: ![[PROF]] = !{!"branch_weights", i32 1, i32 100000}