Disable mutex error checking so it doesn't create problems with the...
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
Loading
Please sign in to comment