[llvm-branch-commits] [compiler-rt] [TySan] Improved compatability for tests (PR #96507)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 12 03:18:08 PST 2024
================
@@ -23,8 +24,8 @@ void f(int m) {
}
// CHECK: TypeSanitizer: type-aliasing-violation on address
- // CHECK-NEXT: READ of size 2 at {{.+}} with type short accesses an existing object of type long long
- // CHECK-NEXT: in f violation-pr47137.c:30
+ // CHECK-NEXT: READ of size 2 at {{.+}} with type short accesses an existing object of type {{(long)+}}
----------------
gbMattN wrote:
Good catch, will change that 👍
https://github.com/llvm/llvm-project/pull/96507
More information about the llvm-branch-commits
mailing list