[Lldb-commits] [lldb] [LLDB] Ignore actual-needed artificial members in DWARFASTParserClang::ParseSingleMember (PR #70779)
Haojian Wu via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 04:50:45 PST 2023
hokein wrote:
> Hi, this is failing on Linaro's Linux LLDB bots: https://lab.llvm.org/buildbot/#/builders/96/builds/48277
> Looks like the -m64 (or -m32) is being passed to an AArch64 (or ARM) g++, and those are X86 only flags.
Sorry for the breakage. I removed this test temporarily in 343eb4b4253fea31767f6a98e1cf77a7d69c856a to make the builtbots happy again while doing the investigation.
https://github.com/llvm/llvm-project/pull/70779
More information about the lldb-commits
mailing list