search for: 0c262c4e

Displaying 3 results from an estimated 3 matches for "0c262c4e".

Did you mean: 0c262c2e
2012 Jan 14
0
[LLVMdev] Unreachable code in Mutex.cpp
On Jan 13, 2012, at 11:17 PM, David Blaikie wrote: >> On some (linux?) implementations, various pthread APIs are defined as "weak extern" symbols in libc and strong definitions in libpthreads. The idea of this check is thus to detect if pthreads is linked into the app and enable threads if so. > > Sorry, right - I should've been more clear. I understand that that's
2012 Jan 15
1
[LLVMdev] Unreachable code in Mutex.cpp
...Unreachables which were easily removed) - David -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_unreachable_fixes.diff Type: application/octet-stream Size: 6129 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120114/0c262c4e/attachment.obj>
2012 Jan 14
2
[LLVMdev] Unreachable code in Mutex.cpp
On Fri, Jan 13, 2012 at 10:24 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jan 13, 2012, at 4:43 PM, David Blaikie wrote: > >> It looks like for a while now (5 years) some code that was meant to do >> smart things in Mutex.cpp hasn't been doing such smart things: >> >>