[LLVMdev] multithreaded applications

Bill Wendling isanbard at gmail.com
Tue Feb 3 12:59:25 PST 2009


On Tue, Feb 3, 2009 at 12:55 PM, aparna kotha <kotha.aparna at gmail.com> wrote:
> I am using pthreads.
>
> I was also wondering what will the llvm IR be for pthreads ?
>
Okay. Luke gave hints on how to get pthreads to work. LLVM doesn't do
anything special for pthreads calls. So they should look like regular
calls into a library.

-bw



More information about the llvm-dev mailing list