Skip to content

Commit

Permalink
Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Browse files Browse the repository at this point in the history
    
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
  • Loading branch information
jankratochvil committed Sep 27, 2019
1 parent 1b40402 commit dce7edf
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 0 deletions.
@@ -1,3 +1,5 @@
MAKE_DSYM := NO

ENABLE_THREADS := YES
CXX_SOURCES := multi-process-driver.cpp testprog.cpp

Expand Down
@@ -1,3 +1,5 @@
MAKE_DSYM := NO

ENABLE_THREADS := YES
CXX_SOURCES := main.cpp

Expand Down
@@ -1,6 +1,7 @@
OBJC_SOURCES := main.m

CFLAGS_EXTRAS := -g0 # No debug info.
MAKE_DSYM := NO



Expand Down
@@ -1,5 +1,6 @@
C_SOURCES := main.c

MAKE_DSYM := NO
ARCHIVE_NAME := libfoo.a
ARCHIVE_C_SOURCES := a.c b.c

Expand Down
Expand Up @@ -11,4 +11,6 @@ else
LDFLAGS = $(CFLAGS) -Wl,--gc-sections
endif

MAKE_DSYM := NO

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

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

include Makefile.rules

Expand Down
@@ -1,3 +1,5 @@
MAKE_DSYM := NO

C_SOURCES := main.c

all: a.out create-empty-corefile
Expand Down
@@ -1,3 +1,5 @@
MAKE_DSYM := NO

CXX_SOURCES := create-empty-corefile.cpp
EXE = create-empty-corefile

Expand Down
1 change: 1 addition & 0 deletions lldb/packages/Python/lldbsuite/test/macosx/order/Makefile
@@ -1,4 +1,5 @@
C_SOURCES := main.c
LD_EXTRAS = -Xlinker -order_file -Xlinker $(SRCDIR)/order-file
MAKE_DSYM := NO

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

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

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

include Makefile.rules
@@ -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
@@ -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
@@ -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
Expand Up @@ -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

Expand Down

0 comments on commit dce7edf

Please sign in to comment.