search for: b67b277c

Displaying 1 result from an estimated 1 matches for "b67b277c".

Did you mean: b64b27bc
2005 Mar 17
1
[LLVMdev] Adding system libraries to the LLVM build
On Mar 16, 2005, at 12:01, Chris Lattner wrote: > It's not clear to me if pthreads will be required just by the > JIT-using-tools, or if it will be required by everything. If you have > thread-support stuff going into lib/Support, all llvm tools should be > linked to libpthread. Well, at the moment, I've added a mutex to ExecutionEngine. Thus, anything that pulls in this