[PATCH] D78114: Update check-tsan tests to reflect the interceptor code
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 16:43:43 PDT 2020
vitalybuka added a subscriber: dvyukov.
vitalybuka added a comment.
I see, I can reproduce if I drop
-DCMAKE_C_COMPILER=something/bin/clang -DCMAKE_CXX_COMPILER=something/bin/clang++
So when runtime is compiled with gcc, so the stack is a little bit different.
I think it's fine relax the test and just check something like
// CHECK: #0 {{(memcpy|memmove)}}
// CHECK: #{{[12]}} Thread2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78114/new/
https://reviews.llvm.org/D78114
More information about the llvm-commits
mailing list