summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2019-09-27 18:52:34 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2019-09-27 18:52:34 +0000
commitdce7edf7e67ad0622b02b5c9cbffafe42b5df131 (patch)
tree6e47cdeaab723ea9a5e957be5b1290032a1f94a2 /lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin
parent1b40402aa2bec5948ca64f5fa257ee010e89287f (diff)
downloadbcm5719-llvm-dce7edf7e67ad0622b02b5c9cbffafe42b5df131.tar.gz
bcm5719-llvm-dce7edf7e67ad0622b02b5c9cbffafe42b5df131.zip
Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Revert: llvm-svn: 373061 It broke OSX testsuite: https://reviews.llvm.org/D67589#1686150 lldb/packages/Python/lldbsuite/test/macosx/function-starts/TestFunctionStarts.py llvm-svn: 373110
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile
index 38c4112fa8f..3119c370784 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile
@@ -1,5 +1,6 @@
DYLIB_CXX_SOURCES := plugin.cpp
DYLIB_NAME := plugin
DYLIB_ONLY := YES
+MAKE_DSYM := NO
include Makefile.rules
OpenPOWER on IntegriCloud