diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-10 19:29:40 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-04-10 19:29:40 +0000 |
commit | 369bced2b1da15a7ef699f28311f100fa115be3f (patch) | |
tree | be46405d4f32344a516a33a73f75df6c3ae8e1e7 /lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/Makefile | |
parent | 1aad8fb7720a21e22836d153a3a86eaa67242174 (diff) | |
download | bcm5719-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/Makefile | 6 |
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 |