[Lldb-commits] [PATCH] D48782: LLDB Test Suite: Provide an Option to run all tests with Dwarf Package Format (DWP).
Puyan Lotfi via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 13 12:05:40 PDT 2018
plotfi added a comment.
> What's the medium-to-long term solution?
Havn't fully fleshed that out yet.
================
Comment at: packages/Python/lldbsuite/test/make/Makefile.rules:520
$(EXE) : $(OBJECTS) $(ARCHIVE_NAME) $(DYLIB_FILENAME)
$(LD) $(OBJECTS) $(ARCHIVE_NAME) -L. -l$(DYLIB_NAME) $(LDFLAGS) -o "$(EXE)"
else
----------------
jankratochvil wrote:
> Shouldn't be $(LLVM_DWP) even here? DWZ mode has its command even here.
Ah, I can add it. I wasn't sure if dwp was something that works with dylibs or not. Thought there was something like dsym for those.
================
Comment at: packages/Python/lldbsuite/test/make/Makefile.rules:546
$(OBJCOPY) --strip-debug --add-gnu-debuglink="$(DSYM)" "$(EXE)" "$(EXE)"
endif
endif
----------------
jankratochvil wrote:
> Shouldn't be $(LLVM_DWP) even here? DWZ mode has its command even here.
I'm not sure about this one.
https://reviews.llvm.org/D48782
More information about the lldb-commits
mailing list