DavidSpickett wrote: >From the specification: > The version number is increased whenever an incompatible change is made. > Adding new opcodes or selectors is not an incompatible change since consumers > can unambiguously detect this and report an error.
So what does the formatter do with an lldb without this opcode? I guess `error: Unknown formatter bytecode opcode 0xsomething`. I hope it has enough clues for a google search at least. >From there it's a case of updating lldb until it works. https://github.com/llvm/llvm-project/pull/179832 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
