[LLVMdev] regarding multicore support for LLVM
Eric Christopher
echristo at apple.com
Tue Aug 3 20:59:21 PDT 2010
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
More information about the llvm-dev
mailing list