diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-09-27 09:59:53 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-09-27 09:59:53 +0000 |
commit | 32a4b27aa3c906e62c532d2372fa5e7db1c0c452 (patch) | |
tree | c111e6bab440be838fd97249e4d4d67c5ebb7090 /lldb/packages/Python/lldbsuite/test/functionalities/plugins | |
parent | 3740ae3b8aeeb498243504148f666204f9856302 (diff) | |
download | bcm5719-llvm-32a4b27aa3c906e62c532d2372fa5e7db1c0c452.tar.gz bcm5719-llvm-32a4b27aa3c906e62c532d2372fa5e7db1c0c452.zip |
[lldb] [testsuite] Remove redundant MAKE_DSYM := NO
According to a comment by Pavel Labath:
https://reviews.llvm.org/D67589#inline-612375
llvm-svn: 373061
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile | 1 |
1 files changed, 0 insertions, 1 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 3119c370784..38c4112fa8f 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile @@ -1,6 +1,5 @@ DYLIB_CXX_SOURCES := plugin.cpp DYLIB_NAME := plugin DYLIB_ONLY := YES -MAKE_DSYM := NO include Makefile.rules |