Displaying 2 results from an estimated 2 matches for "5d461cff".
2014 Jun 20
4
[LLVMdev] [PATCH] Replace the Execution Engine's mutex with std::recursive_mutex
OK, sounds like we're screwed.
There's two options:
1. Revert and give up on C++11 threading libraries for now.
2. Do what Eric suggests. Move all the mutex usage under #ifdef
LLVM_ENABLE_THREADS, and disable LLVM_ENABLE_THREADS by default on MinGW.
MinGW plus LLVM_ENABLE_THREADS would become unsupported.
Do people have objections to 2? I don't really like it either.
On Fri, Jun
2014 Jun 20
3
[LLVMdev] [PATCH] Replace the Execution Engine's mutex with std::recursive_mutex
...http://llvm.cs.uiuc.edu
>>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140620/5d461cff/attachment.html>