[LLVMdev] llvm and openmp
Karthik Vadambacheri Manian
karthikvm.uc at gmail.com
Wed May 4 10:21:40 PDT 2011
Hi all,
I am new to llvm. Does llvm has support for openmp directives like #pragma
openmp threadprivate(var)? If so does the variable 'var' can be class
objects instead of Plain Old Datatypes (POD) like int, float etc. g++ allows
the #pragma openmp threadprivate(var) primitive only for the POD type.
Please check the bug link at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 . Please let me know.
Thanks,
karthik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110504/ff0ef1d9/attachment.html>
More information about the llvm-dev
mailing list