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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits