Displaying 2 results from an estimated 2 matches for "72cf4cc3".
2009 May 24
0
[LLVMdev] broken Atomic.cpp on Darwin
...threaded LLVM on an unsupported platform, you can build a single
threaded LLVM and LLVM-GCC, and then use that to build a multithreaded
LLVM.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090523/72cf4cc3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090523/72cf4cc3/attachment.bin>
2009 May 24
2
[LLVMdev] broken Atomic.cpp on Darwin
There is no __sync_synchronize or __sync_val_compare_and_swap on Mac
OS X. One might use OSMemoryBarrier or OSAtomicCompareAndSwap32
instead. The patch is attached.
- xi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 1248 bytes
Desc: not available
URL: