[llvm] r370403 - [ASan] Version mismatch check follow-up
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 13:20:05 PDT 2019
Author: yln
Date: Thu Aug 29 13:20:05 2019
New Revision: 370403
URL: http://llvm.org/viewvc/llvm-project?rev=370403&view=rev
Log:
[ASan] Version mismatch check follow-up
Follow-up for:
[ASan] Make insertion of version mismatch guard configurable
3ae9b9d5e40d1d9bdea1fd8e6fca322df920754a
This tiny change makes sure that this test passes on our internal bots
as well.
Modified:
llvm/trunk/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll
Modified: llvm/trunk/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll?rev=370403&r1=370402&r2=370403&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll Thu Aug 29 13:20:05 2019
@@ -8,5 +8,5 @@ target datalayout = "e-p:64:64:64-i1:8:8
target triple = "x86_64-unknown-linux-gnu"
; CHECK-LABEL: define internal void @asan.module_ctor()
-; CHECK: call void @__asan_version_mismatch_check_v
-; NOGUARD-NOT: call void @__asan_version_mismatch_check_v
+; CHECK: call void @__asan_version_mismatch_check_
+; NOGUARD-NOT: call void @__asan_version_mismatch_check_
More information about the llvm-commits
mailing list