[llvm-commits] [Patch] Fix build when disable thread support

Owen Anderson resistor at mac.com
Wed Jun 17 21:45:00 PDT 2009


Committed.  Thanks.

--Owen

On Jun 17, 2009, at 8:16 PM, Howard Su wrote:

> Index: RWMutex.cpp
> ===================================================================
> --- RWMutex.cpp (revision 73673)
> +++ RWMutex.cpp (working copy)
> @@ -23,7 +23,7 @@
>  // Define all methods as no-ops if threading is explicitly disabled
>  namespace llvm {
>  using namespace sys;
> -RWMutex::RWMutex( bool recursive) { }
> +RWMutex::RWMutex() { }
>  RWMutex::~RWMutex() { }
>  bool RWMutex::reader_acquire() { return true; }
>  bool RWMutex::reader_release() { return true; }
>
>
> -- 
> -Howard
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- 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-commits/attachments/20090617/c46eaa2c/attachment.bin>


More information about the llvm-commits mailing list