I would like to ask if LLVM supports OpenMP, and if yes, which particular version is supported?
Hi,> I would like to ask if LLVM supports OpenMP, and if yes, which particular version is supported?llvm-gcc and dragonegg support OpenMP. I don't think there are currently any plans to add OpenMP support to clang. Ciao, Duncan.
> I would like to ask if LLVM supports OpenMP, and if yes, which particular version is supported?LLVM itself does not support OpenMP, it's frontend job to lower the constructs into low-level stuff. llvm-gcc does support OpenMP (at the level of gcc 4.2 did), clang - doesn't. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University