mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
[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. llvm-svn: 370403
This commit is contained in:
parent
d31d737987
commit
a5c14328cd
@ -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
|
||||
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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user