[Lldb-commits] [lldb] [llvm] Add support for using foreign type units in .debug_names. (PR #87740)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 25 10:26:14 PDT 2024
labath wrote:
It looks like the test is flaky: https://lab.llvm.org/buildbot/#/builders/59/builds/535
It looks like the order of the types is nondeterministic. I think you should be able to use CHECK-DAG along with [this trick to match newlines](https://llvm.org/docs/CommandGuide/FileCheck.html#matching-newline-characters) to make the test accept both orderings.
https://github.com/llvm/llvm-project/pull/87740
More information about the lldb-commits
mailing list