summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/watchpoint
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-12-15 12:11:00 +0000
committerTamas Berghammer <tberghammer@google.com>2015-12-15 12:11:00 +0000
commit0ecdae1bdca95fb69985fac0dbf9332b0df759ae (patch)
tree5182a5fb0e2c1be126b98b22c25b66ddd1660eb3 /lldb/packages/Python/lldbsuite/test/python_api/watchpoint
parentd60e2a3ebfe8a2e40e7b396ac5eba5ac8c53a62c (diff)
downloadbcm5719-llvm-0ecdae1bdca95fb69985fac0dbf9332b0df759ae.tar.gz
bcm5719-llvm-0ecdae1bdca95fb69985fac0dbf9332b0df759ae.zip
Merge ENABLE_THREADS and ENABLE_STD_THREADS markers
Both of these markers are used in the test suit for annotating when a test needs multi threaded support. Previously they had slightly different meening but they converged to the point where they are used interchangably. This CL removes the ENABLE_STD_THREADS one to simplify the test suite and avoid some confusion. Differential revision: http://reviews.llvm.org/D15498 llvm-svn: 255641
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/watchpoint')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile
index 7fef897c059..8817fff55e8 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/watchlocation/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../../make
-ENABLE_STD_THREADS := YES
+ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud