diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-07-30 12:20:03 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-07-30 12:20:03 +0000 |
commit | 3e85b6f3bd7775a83d5880e0087cb5f434c12626 (patch) | |
tree | 01d768cf6fc266a23c39988af3b3eb39fd06494c /lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile | |
parent | e4d5423dcdffddf9dd9bb94e19e59e187b7559df (diff) | |
download | bcm5719-llvm-3e85b6f3bd7775a83d5880e0087cb5f434c12626.tar.gz bcm5719-llvm-3e85b6f3bd7775a83d5880e0087cb5f434c12626.zip |
[lldb][NFC] Check in crashing test case
llvm-svn: 367307
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile new file mode 100644 index 00000000000..82355a233cf --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../make +CXX_SOURCES := main.cpp +include $(LEVEL)/Makefile.rules |