[Lldb-commits] [lldb] r265921 - Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 11 01:54:57 PDT 2016
Author: tberghammer
Date: Mon Apr 11 03:54:57 2016
New Revision: 265921
URL: http://llvm.org/viewvc/llvm-project?rev=265921&view=rev
Log:
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
Modified:
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile
Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile?rev=265921&r1=265920&r2=265921&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile Mon Apr 11 03:54:57 2016
@@ -2,4 +2,6 @@ LEVEL = ../../../make
CXX_SOURCES := test_threadinfo.cpp
+ENABLE_THREADS := YES
+
include $(LEVEL)/Makefile.rules
More information about the lldb-commits
mailing list