Skip to content

Commit af78899

Browse files
committed
[ASan] Version mismatch check follow-up
Follow-up for: [ASan] Make insertion of version mismatch guard configurable 3ae9b9d This tiny change makes sure that this test passes on our internal bots as well. llvm-svn: 370403
1 parent cbd1782 commit af78899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
88
target triple = "x86_64-unknown-linux-gnu"
99

1010
; CHECK-LABEL: define internal void @asan.module_ctor()
11-
; CHECK: call void @__asan_version_mismatch_check_v
12-
; NOGUARD-NOT: call void @__asan_version_mismatch_check_v
11+
; CHECK: call void @__asan_version_mismatch_check_
12+
; NOGUARD-NOT: call void @__asan_version_mismatch_check_

0 commit comments

Comments
 (0)