Files
clang-p2996/lldb/test/python_api/watchpoint/watchlocation/Makefile
Chaoren Lin ac8263dbf0 Applying D7950 to four near copies of the file.
Summary:
Using std::thread/random instead of pthread/rand.
Two of them also suffered from the synchronization problem in D7916.

Reviewers: clayborg, zturner, ki.stfu

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7991

llvm-svn: 230993
2015-03-02 19:12:18 +00:00

7 lines
106 B
Makefile

LEVEL = ../../../make
ENABLE_STD_THREADS := YES
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules