[Lldb-commits] [clang] [lldb] [clang][AST] fix ast-print of extern <lang> with >=2 declarators, fixed, fixed (PR #98795)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 6 09:32:43 PDT 2024
temyurchenko wrote:
> > I don't have the full context but I can definitely run the lldb test suite for you. I'm building now. (BTW, I see there are some merge conflicts on the PR.)
>
> I have the results now. The patch is based on a fairly old revision, so it didn't work for me without a python 3.12 fix ([22ea97d](https://github.com/llvm/llvm-project/commit/22ea97d7bfd65abf68a68b13bf96ad69be23df54)). After patching that it, I got a clean check-lldb run (on x86_64-linux).
Thank you so much! Glad to hear that.
The PR hasn't been updated for a while, but I will fix the conflicts now
https://github.com/llvm/llvm-project/pull/98795
More information about the lldb-commits
mailing list