[llvm-dev] omp critical supported in llvm?

Chandler Carruth via llvm-dev llvm-dev at lists.llvm.org
Fri Jul 8 19:49:28 PDT 2016


This seems like a question about Clang rather than LLVM. Perhaps ask on the
Clang mailing list? (OpenMP directives are handled by Clang as they're part
of the source language.)

On Fri, Jul 8, 2016 at 9:56 AM Mohammad Norouzi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi everyone,
>
> Does llvm propoerly support "omp critical" directive? I'm asking because I
> have been using this directive in my code but I still observe some data
> races. To check if I am correct, I compiled the code with gcc and used
> Intel inspector for data races and nothing is reported. That is why I am
> asking here if LLVM properly implements the specifications for openmp,
> specially critical directive.
>
> Best,
> Mohammad
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160709/6befe36b/attachment.html>


More information about the llvm-dev mailing list