[LLVMdev] Multithreaded code generation

Duncan Sands baldrick at free.fr
Tue Oct 5 04:31:47 PDT 2010


Hi,

> OK. For this I propose to insert calls to libgomp (gnuopenmp) or the mpc
> openmp library.

you can also compile code using OMP constructs using llvm-gcc or dragonegg,
passing -emit-llvm (llvm-gcc) or -flto (dragonegg) and -S to see the LLVM
IR that is generated.

Ciao,

Duncan.



More information about the llvm-dev mailing list