[Lldb-commits] [PATCH] D141828: [lldb] Add support for DW_AT_default_value in template params

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 27 04:15:41 PST 2023


Michael137 added a comment.

In D141828#4085191 <https://reviews.llvm.org/D141828#4085191>, @Michael137 wrote:

> In D141828#4085190 <https://reviews.llvm.org/D141828#4085190>, @DavidSpickett wrote:
>
>> I've reverted this due to test failures on Arm and AArch64. They were obscured by the build failure so once you'd fixed that the bot was silent about it.
>>
>> Here's one of the builds: https://lab.llvm.org/buildbot/#/builders/96/builds/34718
>>
>>   SymbolFileDWARFTests: ../llvm-project/lldb/source/Host/linux/HostInfoLinux.cpp:47: static void lldb_private::HostInfoLinux::Terminate(): Assertion `g_fields && "Missing call to Initialize?"' failed.
>
> Thanks for letting me know. The Darwin bots were also failing (but in a different test https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/)
>
> Looking

The matrix bot failures are due to https://reviews.llvm.org/D141827. Fix is in-progress

Unit-test failures are odd since I do call `HostInfo::Initialize` in the test fixture setup. Investigating..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141828/new/

https://reviews.llvm.org/D141828



More information about the lldb-commits mailing list