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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to