summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-07-10 21:04:01 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-07-10 21:04:01 +0000
commit0171866672346f2a6e956ea97d5cc913f85b39db (patch)
treee3bbf3cf35741158516cfca7c4ac1efa4ef3dc51 /lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile
parent021ba49b31dd5cf3ff4ea5182bee36431be11bdb (diff)
downloadbcm5719-llvm-0171866672346f2a6e956ea97d5cc913f85b39db.tar.gz
bcm5719-llvm-0171866672346f2a6e956ea97d5cc913f85b39db.zip
[lldb] Fix handling of dollar characters in expr command
llvm-svn: 365698
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile
new file mode 100644
index 00000000000..f5a47fcc46c
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/Makefile
@@ -0,0 +1,3 @@
+LEVEL = ../../make
+C_SOURCES := main.c
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud