Fix check for __msan_keep_going in sanitizer-recover test
Match `@__msan_keep_going = weak_odr constant i32 1`.
This commit is contained in:
parent
52c5f2a577
commit
b0e288d9f1
@ -14,8 +14,8 @@
|
||||
//[MSAN-RECOVER-LTO] compile-flags: -Zsanitizer=memory -Zsanitizer-recover=memory -C lto=fat
|
||||
//
|
||||
// MSAN-NOT: @__msan_keep_going
|
||||
// MSAN-RECOVER: @__msan_keep_going = weak_odr {{.*}} constant i32 1
|
||||
// MSAN-RECOVER-LTO: @__msan_keep_going = weak_odr {{.*}} constant i32 1
|
||||
// MSAN-RECOVER: @__msan_keep_going = weak_odr {{.*}}constant i32 1
|
||||
// MSAN-RECOVER-LTO: @__msan_keep_going = weak_odr {{.*}}constant i32 1
|
||||
|
||||
// ASAN-LABEL: define i32 @penguin(
|
||||
// ASAN: call void @__asan_report_load4(i64 %0)
|
||||
|
Loading…
Reference in New Issue
Block a user