Files
clang-p2996/lldb/test/functionalities/expr-doesnt-deadlock/Makefile
Chaoren Lin dea51da7a5 Revert part of "Convert all use of pthreads in tests to c++11 threads."
TestExprDoesntBlock started failing because deadlocks behave differently with
pthread_mutex and std::mutex.

This reverts part of commit r245234.

llvm-svn: 245262
2015-08-18 00:27:08 +00:00

7 lines
98 B
Makefile

LEVEL = ../../make
C_SOURCES := locking.c
ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules