summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-04-10 19:29:40 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-04-10 19:29:40 +0000
commit369bced2b1da15a7ef699f28311f100fa115be3f (patch)
treebe46405d4f32344a516a33a73f75df6c3ae8e1e7 /lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile
parent1aad8fb7720a21e22836d153a3a86eaa67242174 (diff)
downloadbcm5719-llvm-369bced2b1da15a7ef699f28311f100fa115be3f.tar.gz
bcm5719-llvm-369bced2b1da15a7ef699f28311f100fa115be3f.zip
Add a ThreadSanitizer testcase that tests multiple reported issues.
llvm-svn: 265906
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile
new file mode 100644
index 00000000000..c930ae563fc
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../../make
+
+C_SOURCES := main.c
+CFLAGS_EXTRAS := -fsanitize=thread -g
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud