[Lldb-commits] [lldb] [lldb] Fix StdUnorderedMapSynthProvider for GCC (PR #164251)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 10:32:07 PDT 2025
DrSergei wrote:
I am not sure that there is a reliable approach here so it may be better to have two ways to get data type. The current solution works both for gcc and clang on my laptop, but it might depend on the compiler version. I found an old [review](https://reviews.llvm.org/D14358) where mentioned that omitting certain fields can be an intentional debug info optimization. I suspect GCC developers may have the same intention. This [bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66116) was already submitted to GCC, but there has been no feedback.
Failed AArch64 pipeline is not caused by this patch. It looks like there is a problem with infrastructure.
https://github.com/llvm/llvm-project/pull/164251
More information about the lldb-commits
mailing list