Fix check for __msan_keep_going in sanitizer-recover test

Match `@__msan_keep_going = weak_odr constant i32 1`.
This commit is contained in:
Tomasz Miąsko 2020-03-03 00:00:00 +00:00
parent 52c5f2a577
commit b0e288d9f1

View File

@ -14,8 +14,8 @@
//[MSAN-RECOVER-LTO] compile-flags: -Zsanitizer=memory -Zsanitizer-recover=memory -C lto=fat //[MSAN-RECOVER-LTO] compile-flags: -Zsanitizer=memory -Zsanitizer-recover=memory -C lto=fat
// //
// MSAN-NOT: @__msan_keep_going // MSAN-NOT: @__msan_keep_going
// MSAN-RECOVER: @__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 // MSAN-RECOVER-LTO: @__msan_keep_going = weak_odr {{.*}}constant i32 1
// ASAN-LABEL: define i32 @penguin( // ASAN-LABEL: define i32 @penguin(
// ASAN: call void @__asan_report_load4(i64 %0) // ASAN: call void @__asan_report_load4(i64 %0)