[Lldb-commits] [lldb] r373061 - [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Jan Kratochvil via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 02:59:54 PDT 2019
Author: jankratochvil
Date: Fri Sep 27 02:59:53 2019
New Revision: 373061
URL: http://llvm.org/viewvc/llvm-project?rev=373061&view=rev
Log:
[lldb] [testsuite] Remove redundant MAKE_DSYM := NO
According to a comment by Pavel Labath:
https://reviews.llvm.org/D67589#inline-612375
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,5 +1,3 @@
-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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,5 +1,3 @@
-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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,7 +1,6 @@
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=373061&r1=373060&r2=373061&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/archives/Makefile Fri Sep 27 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -11,6 +11,4 @@ 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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,5 +1,3 @@
-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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,5 +1,3 @@
-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=373061&r1=373060&r2=373061&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/macosx/order/Makefile Fri Sep 27 02:59:53 2019
@@ -1,5 +1,4 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,4 +1,3 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -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
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -1,6 +1,5 @@
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=373061&r1=373060&r2=373061&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 02:59:53 2019
@@ -2,7 +2,6 @@ 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
More information about the lldb-commits
mailing list