[LLVMdev] LLVM and OpenMP

Anton Korobeynikov anton at korobeynikov.info
Fri Oct 1 06:55:36 PDT 2010


> 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



More information about the llvm-dev mailing list