summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2016-03-22 21:07:54 +0000
committerEnrico Granata <egranata@apple.com>2016-03-22 21:07:54 +0000
commit660764a060805dc4bb85d4d693fd58b54c800e41 (patch)
tree4a9fe31a7d2e83a1103fa26e2b8210cc8b2d9ad0 /lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile
parent00294b34a3c99f3540214a148c0bd15e68f9d7fd (diff)
downloadbcm5719-llvm-660764a060805dc4bb85d4d693fd58b54c800e41.tar.gz
bcm5719-llvm-660764a060805dc4bb85d4d693fd58b54c800e41.zip
Fix a bug caused by my alias refactoring where, if an alias was defined in terms of another alias, trying to run the nested command would actually cause a crash in the command interpreter
llvm-svn: 264096
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile
new file mode 100644
index 00000000000..8a7102e347a
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../../make
+
+CXX_SOURCES := main.cpp
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud