[llvm-bugs] [Bug 51205] New: tsan suppression not working
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jul 24 10:20:34 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51205
Bug ID: 51205
Summary: tsan suppression not working
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Runtime Library
Assignee: unassignedbugs at nondot.org
Reporter: xw111luoye at gmail.com
CC: llvm-bugs at lists.llvm.org
TSAN_OPTIONS='ignore_noninstrumented_modules=1' ./a.out
use to work with Clang 11 and 12 for suppressing "WARNING: ThreadSanitizer:"
But this option doesn't work with the current main 9ce931b
reproducer:
int main()
{
#pragma omp parallel
{ }
#pragma omp parallel
{ }
}
I guess this is related to the changes fro OMPT and archer.
any suggesting show to get this working?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210724/197be083/attachment.html>
More information about the llvm-bugs
mailing list