[LLVMdev] regarding multicore support for LLVM

Liu proljc at gmail.com
Thu Aug 5 03:07:06 PDT 2010


make Clang work with OpenMP is a great project...
It need a OpenMP expert and a LLVM expert and a Clang expert.
parse must know OpenMP and translate them into OpenMP calls in LLVM way...


2010/8/4 Eric Christopher <echristo at apple.com>

>
> On Aug 3, 2010, at 8:55 PM, Liu wrote:
>
> > I'm using Clang but not llvm-gcc. Now, I get it.
> > Maybe Clang will support it soon, but I think it have nothing to do with
> BE...
>
> The constructs need to be lowered to something that the backend
> understands.
>
> And, as far as I know, no one is working on OpenMP in clang.  There is
> support
> for Blocks though which works very well.
>
> -eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100805/12cabc72/attachment.html>


More information about the llvm-dev mailing list