Disable mutex error checking so it doesn't create problems with the multi-threaded...
authorGreg Clayton <gclayton@apple.com>
Thu, 23 Jul 2015 23:32:08 +0000 (23:32 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 23 Jul 2015 23:32:08 +0000 (23:32 +0000)
commitf9d9db4975a0e599136a6609bf606f4212edf2cc
treeba2a04a1989f1de159b078c3de251cccec039ceb
parent61bf8cb9af472e3c2a7726990c1d8aa764f1a0dd
Disable mutex error checking so it doesn't create problems with the multi-threaded test case. The error would cause an assertion that could cause lldb to crash when unlocking a mutex returned an error because it was in use.

llvm-svn: 243067
lldb/source/Host/common/Mutex.cpp