[lldb] [testsuite] Remove redundant MAKE_DSYM := NO

According to a comment by Pavel Labath:
	https://reviews.llvm.org/D67589#inline-612375

llvm-svn: 373061
This commit is contained in:
Jan Kratochvil 2019-09-27 09:59:53 +00:00
parent 3740ae3b8a
commit 32a4b27aa3
17 changed files with 0 additions and 22 deletions

View File

@ -1,5 +1,3 @@
MAKE_DSYM := NO
ENABLE_THREADS := YES
CXX_SOURCES := multi-process-driver.cpp testprog.cpp

View File

@ -1,5 +1,3 @@
MAKE_DSYM := NO
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp

View File

@ -1,7 +1,6 @@
OBJC_SOURCES := main.m
CFLAGS_EXTRAS := -g0 # No debug info.
MAKE_DSYM := NO

View File

@ -1,6 +1,5 @@
C_SOURCES := main.c
MAKE_DSYM := NO
ARCHIVE_NAME := libfoo.a
ARCHIVE_C_SOURCES := a.c b.c

View File

@ -11,6 +11,4 @@ else
LDFLAGS = $(CFLAGS) -Wl,--gc-sections
endif
MAKE_DSYM := NO
include Makefile.rules

View File

@ -1,6 +1,5 @@
DYLIB_CXX_SOURCES := plugin.cpp
DYLIB_NAME := plugin
DYLIB_ONLY := YES
MAKE_DSYM := NO
include Makefile.rules

View File

@ -1,6 +1,5 @@
CXX_SOURCES := main.cpp
EXE := StripMe
MAKE_DSYM := NO
include Makefile.rules

View File

@ -1,5 +1,3 @@
MAKE_DSYM := NO
C_SOURCES := main.c
all: a.out create-empty-corefile

View File

@ -1,5 +1,3 @@
MAKE_DSYM := NO
CXX_SOURCES := create-empty-corefile.cpp
EXE = create-empty-corefile

View File

@ -1,5 +1,4 @@
C_SOURCES := main.c
LD_EXTRAS = -Xlinker -order_file -Xlinker $(SRCDIR)/order-file
MAKE_DSYM := NO
include Makefile.rules

View File

@ -1,4 +1,3 @@
C_SOURCES := main.c
MAKE_DSYM :=NO
include Makefile.rules

View File

@ -1,6 +1,5 @@
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
MAKE_DSYM := NO
include Makefile.rules

View File

@ -1,6 +1,5 @@
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
MAKE_DSYM :=NO
include Makefile.rules

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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