From 1406f9154e97c73a9420257289102e8d51b86b33 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 21 May 2015 17:47:58 +0000 Subject: [PATCH] Update Makefile to reflect that TestNumThreads now uses std::thread instead of pthreads. llvm-svn: 237919 --- lldb/test/functionalities/thread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/functionalities/thread/Makefile b/lldb/test/functionalities/thread/Makefile index 644e297..6f51b23 100644 --- a/lldb/test/functionalities/thread/Makefile +++ b/lldb/test/functionalities/thread/Makefile @@ -1,5 +1,5 @@ LEVEL = ../../make CXX_SOURCES := main.cpp -ENABLE_THREADS := YES +ENABLE_STD_THREADS := YES include $(LEVEL)/Makefile.rules -- 2.7.4