Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 27 Sep 2019 18:52:34 +0000 (18:52 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 27 Sep 2019 18:52:34 +0000 (18:52 +0000)
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

17 files changed:
lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile
lldb/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/archives/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile
lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile
lldb/packages/Python/lldbsuite/test/macosx/function-starts/Makefile
lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile
lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk
lldb/packages/Python/lldbsuite/test/macosx/order/Makefile
lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile
lldb/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile
lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile
lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile
lldb/packages/Python/lldbsuite/test/tools/lldb-server/Makefile
lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile
lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile

index cd50d6d..ee67988 100644 (file)
@@ -1,4 +1,5 @@
 C_SOURCES := main.c
 LD_EXTRAS = -Xlinker -order_file -Xlinker $(SRCDIR)/order-file
+MAKE_DSYM := NO
 
 include Makefile.rules
index 08f36f4..4d11bbc 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
 ENABLE_THREADS := YES
 CXX_SOURCES := main.cpp
+MAKE_DSYM := NO
 
 include Makefile.rules
index a92c337..79209db 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
 ENABLE_THREADS := YES
 CXX_SOURCES := main.cpp b.cpp c.cpp
+MAKE_DSYM :=NO
 
 include Makefile.rules
index 32bbba5..0c441ed 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
 ENABLE_THREADS := YES
 CXX_SOURCES := main.cpp
+MAKE_DSYM :=NO
 
 include Makefile.rules
index 72aaf45..536d2e8 100644 (file)
@@ -1,5 +1,6 @@
 CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -std=c++11
 # LD_EXTRAS := -lpthread
 CXX_SOURCES := main.cpp
+MAKE_DSYM :=NO
 
 include Makefile.rules
index ec215dd..e5ed078 100644 (file)
@@ -2,6 +2,7 @@ LIB_PREFIX := svr4lib
 LD_EXTRAS := -L. -l$(LIB_PREFIX)_a -l$(LIB_PREFIX)_b\"
 CXX_SOURCES := main.cpp
 USE_LIBDL := 1
+MAKE_DSYM := NO
 
 include Makefile.rules