[LLVMdev] Threading in llvm

Tim Northover t.p.northover at gmail.com
Sun Aug 25 10:55:08 PDT 2013


> How could I use threading with LLVM such as pthread.h or openmp?

Rasha, this is a massive question that could lead to dozens of
productive projects within LLVM.

Just what do you want to do with threads? How far have you got on your own?

Tim.

P.S. It's well worth spending time trying to implement things
yourself, and  especially trying to resolve the problems that come up
without asking straight away. Not only will you be able to ask more
focused questions when you *do* have to, but you'll probably learn far
more about the internals of LLVM doing so (even if you don't find the
solution to your particular problem, you may come across a function
that helps you out next time).



More information about the llvm-dev mailing list