diff options
author | Tamas Berghammer <tberghammer@google.com> | 2016-04-11 08:54:57 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2016-04-11 08:54:57 +0000 |
commit | 86bc97b79e0aa8a3dfbc16f5a91619e4ef615c6b (patch) | |
tree | 7e15f23ef58de478e131f5ce7e33495006c4a12b /lldb/packages/Python/lldbsuite/test | |
parent | 4b28ee359f4889b13f2949ae04c0fc25d07f2abf (diff) | |
download | bcm5719-llvm-86bc97b79e0aa8a3dfbc16f5a91619e4ef615c6b.tar.gz bcm5719-llvm-86bc97b79e0aa8a3dfbc16f5a91619e4ef615c6b.zip |
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
llvm-svn: 265921
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile index 5eb61b1ff50..b6fad677842 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile @@ -2,4 +2,6 @@ LEVEL = ../../../make CXX_SOURCES := test_threadinfo.cpp +ENABLE_THREADS := YES + include $(LEVEL)/Makefile.rules |