<div dir="ltr">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.)</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 8, 2016 at 9:56 AM Mohammad Norouzi via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi everyone,<br><br></div>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.<br><br></div>Best,<br></div>Mohammad<br></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>