[LLVMdev] multithreaded applications

aparna kotha kotha.aparna at gmail.com
Tue Feb 3 12:55:34 PST 2009


I am using pthreads.

I was also wondering what will the llvm IR be for pthreads ?

On Tue, Feb 3, 2009 at 3:51 PM, Bill Wendling <isanbard at gmail.com> wrote:

> 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
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



-- 
-- Aparna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090203/82fb4d39/attachment.html>


More information about the llvm-dev mailing list