[Lldb-commits] [lldb] [lldb][test] Remove compiler version check and use regex (PR #123393)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 21 10:52:09 PST 2025
adrian-prantl wrote:
Generally speaking, it would be a lot more robust to not try and write a regex for the output, but individually check the summary/type for main node and children.
https://github.com/llvm/llvm-project/pull/123393
More information about the lldb-commits
mailing list