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/python_api/module_section | |
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/python_api/module_section')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile b/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile index 79209db9696..a92c3370e4f 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile +++ b/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile @@ -1,6 +1,5 @@ CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS ENABLE_THREADS := YES CXX_SOURCES := main.cpp b.cpp c.cpp -MAKE_DSYM :=NO include Makefile.rules |