[Lldb-commits] [lldb] DebugInfoD tests + fixing issues exposed by tests (PR #85693)
Kevin Frei via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 25 08:22:07 PDT 2024
kevinfrei wrote:
> New tests apparently are failing on Arm/AArch64 Linux.
The failure indicates that the failing tests' build don't include a UUID, which *should* be generated by the changes to Makefile.rules. Any idea how I ought to proceed with reproducing a build on a system that I have no access to? I could probably dust off an RPi 4 at home tonight, if that would be a reasonable repro platform. Alternatively, I can make the test resolve (but not succeed...) by checking to make sure that the UUID is actually found.
https://github.com/llvm/llvm-project/pull/85693
More information about the lldb-commits
mailing list