[Lldb-commits] [clang] [lldb] [clang][AST] fix ast-print of extern <lang> with >=2 declarators, fixed, fixed (PR #98795)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 6 06:43:09 PDT 2024


labath 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 (22ea97d7bfd65abf68a68b13bf96ad69be23df54). After patching that it, I got a clean check-lldb run (on x86_64-linux).

https://github.com/llvm/llvm-project/pull/98795


More information about the lldb-commits mailing list