File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
runtime/druntime/test/exceptions Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ ifeq ($(OS),windows)
67
67
endif
68
68
include ../common.mak
69
69
70
+ # Generate dSYMs on macOS.
71
+ $(OBJDIR ) /% $(DOTEXE ) .dSYM : $(OBJDIR ) /% $(DOTEXE )
72
+ @[ " $( OS) " = " osx" ] && dsymutil -o $< .dSYM $<
73
+
74
+ $(TESTS:% =$(OBJDIR ) /%.done): $(OBJDIR ) /%.done: $(OBJDIR ) /%$(DOTEXE ) $(OBJDIR ) /%$(DOTEXE ) .dSYM
75
+
70
76
$(ROOT ) /line_trace.done : $(ROOT ) /line_trace$(DOTEXE )
71
77
@echo Testing line_trace
72
78
$(TIMELIMIT )$(ROOT ) /line_trace > $@
@@ -173,4 +179,4 @@ $(ROOT)/rt_trap_exceptions$(DOTEXE): extra_ldflags.d += $(line_trace_dflags)
173
179
$(ROOT ) /rt_trap_exceptions_drt$(DOTEXE ) : extra_dflags += -g
174
180
$(ROOT ) /refcounted$(DOTEXE ) : extra_dflags+=-dip1008
175
181
$(ROOT ) /cpp_demangle$(DOTEXE ) : extra_ldflags.d+=$(line_trace_dflags )
176
- $(ROOT ) /cpp_demangle$(DOTEXE ) : extra_ldlibs.d+=-L-lstdc++
182
+ $(ROOT ) /cpp_demangle$(DOTEXE ) : extra_ldlibs.d+=-L-lstdc++
You can’t perform that action at this time.
0 commit comments