Author: jankratochvil Date: Fri Sep 27 11:52:34 2019 New Revision: 373110 URL: http://llvm.org/viewvc/llvm-project?rev=373110&view=rev Log: 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 Modified: lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile lldb/trunk/packages/Python/lldbsuite/test/api/multiple-targets/Makefile lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile lldb/trunk/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile lldb/trunk/packages/Python/lldbsuite/test/macosx/function-starts/Makefile lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile lldb/trunk/packages/Python/lldbsuite/test/python_api/module_section/Makefile lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/Makefile lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile Modified: lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile Fri Sep 27 11:52:34 2019 @@ -1,3 +1,5 @@ +MAKE_DSYM := NO + ENABLE_THREADS := YES CXX_SOURCES := multi-process-driver.cpp testprog.cpp Modified: lldb/trunk/packages/Python/lldbsuite/test/api/multiple-targets/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/api/multiple-targets/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/api/multiple-targets/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/api/multiple-targets/Makefile Fri Sep 27 11:52:34 2019 @@ -1,3 +1,5 @@ +MAKE_DSYM := NO + ENABLE_THREADS := YES CXX_SOURCES := main.cpp Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile Fri Sep 27 11:52:34 2019 @@ -1,6 +1,7 @@ OBJC_SOURCES := main.m CFLAGS_EXTRAS := -g0 # No debug info. +MAKE_DSYM := NO Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile Fri Sep 27 11:52:34 2019 @@ -1,5 +1,6 @@ C_SOURCES := main.c +MAKE_DSYM := NO ARCHIVE_NAME := libfoo.a ARCHIVE_C_SOURCES := a.c b.c Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile Fri Sep 27 11:52:34 2019 @@ -11,4 +11,6 @@ else LDFLAGS = $(CFLAGS) -Wl,--gc-sections endif +MAKE_DSYM := NO + include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile Fri Sep 27 11:52:34 2019 @@ -1,5 +1,6 @@ DYLIB_CXX_SOURCES := plugin.cpp DYLIB_NAME := plugin DYLIB_ONLY := YES +MAKE_DSYM := NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/function-starts/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/function-starts/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/macosx/function-starts/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/macosx/function-starts/Makefile Fri Sep 27 11:52:34 2019 @@ -1,5 +1,6 @@ CXX_SOURCES := main.cpp EXE := StripMe +MAKE_DSYM := NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile Fri Sep 27 11:52:34 2019 @@ -1,3 +1,5 @@ +MAKE_DSYM := NO + C_SOURCES := main.c all: a.out create-empty-corefile Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk (original) +++ lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/create-empty-corefile.mk Fri Sep 27 11:52:34 2019 @@ -1,3 +1,5 @@ +MAKE_DSYM := NO + CXX_SOURCES := create-empty-corefile.cpp EXE = create-empty-corefile Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile Fri Sep 27 11:52:34 2019 @@ -1,4 +1,5 @@ C_SOURCES := main.c LD_EXTRAS = -Xlinker -order_file -Xlinker $(SRCDIR)/order-file +MAKE_DSYM := NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/frame/Makefile Fri Sep 27 11:52:34 2019 @@ -1,3 +1,4 @@ C_SOURCES := main.c +MAKE_DSYM :=NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/iter/Makefile Fri Sep 27 11:52:34 2019 @@ -1,5 +1,6 @@ CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS ENABLE_THREADS := YES CXX_SOURCES := main.cpp +MAKE_DSYM := NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/Makefile Fri Sep 27 11:52:34 2019 @@ -1,5 +1,6 @@ CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS ENABLE_THREADS := YES CXX_SOURCES := main.cpp +MAKE_DSYM :=NO include Makefile.rules Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/module_section/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/module_section/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/python_api/module_section/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/python_api/module_section/Makefile Fri Sep 27 11:52:34 2019 @@ -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 Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/Makefile Fri Sep 27 11:52:34 2019 @@ -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 Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile Fri Sep 27 11:52:34 2019 @@ -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 Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile?rev=373110&r1=373109&r2=373110&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile (original) +++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/Makefile Fri Sep 27 11:52:34 2019 @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits