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

Aaron Ballman via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 15 06:06:20 PDT 2024


AaronBallman wrote:

> @AaronBallman could you please review?
> 
> I've fixed at least the LLDB tests. There was an actual bug in function parameters construction that was revealed by the invariant check.
> 
> However, I can't run the whole LLDB suite. Even among the reported failing tests, some are «unsupported» on my machine. Even without my changes, a lot of LLDB tests are unsupported or failing, I guess some were killed by oom-killer. On the first attempt, @gulfemsavrun suggested to run the LLDB test suite on this PR. I would be glad, if that offer is still on.

CC @JDevlieghere 
 
> Regarding the orc-rt test failures: I tried building one of the failing objects and I can't reproduce the failure. Perhaps, because the tests are run on Windows and I'm running on Linux? It would be very helpful if @Prabhuk could run the failing command on a debug build.

CC @lhames 

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


More information about the lldb-commits mailing list