[LLVMdev] LLVM and OpenMP

Eric Christopher echristo at apple.com
Thu Nov 29 13:09:28 PST 2007


On Nov 29, 2007, at 9:52 AM, Wojciech Matyjewicz wrote:

> The simplest route would be
> to replace them with calls to libgomp (an LGPL library accompanying
> GCC). It is what GCC seems to do.

Actually gcc expands things _and_ makes calls into libgomp
so lowering omp first would be the best - otherwise you'll
need to handle the language structures.

-eric



More information about the llvm-dev mailing list