[LLVMdev] multithreaded applications

Bill Wendling isanbard at gmail.com
Tue Feb 3 12:51:14 PST 2009


On Tue, Feb 3, 2009 at 12:33 PM, aparna kotha <kotha.aparna at gmail.com> wrote:
> Hi all:
>
> I am working on a project using llvm and we need to deal with multithreaded
> applications. I wanted to know if there was a C front end for llvm that
> could parse multithreaded applications? I tried llvm-gcc (4.2) and could not
> get it to work. Is there an extra parameter that I need to pass or something
> ?
>
What type of multithreaded language are you using? If it's something
other than C/C++/ObjC using MPI, pthreads, or OpenMP, then you'll have
to find a front-end that will parse your language and then add support
to it to emit LLVM.

-bw



More information about the llvm-dev mailing list