[PATCH] D99250: [DebugInfo] Fix the mismatching of C++ language tags and Dwarf versions.

EsmeYi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 12 03:37:28 PDT 2021


Esme added a comment.

In D99250#2682598 <https://reviews.llvm.org/D99250#2682598>, @DavidSpickett wrote:

> This change has caused a test failure in lldb. On our Arm bots: http://lab.llvm.org:8011/#/builders/96/builds/6582
> Also on Linux x86_64: http://lab.llvm.org:8011/#/builders/68/builds/10277
>
> Not windows though because `test/API/commands/frame/language/TestGuessLanguage.py` is an expected failure there already.
>
> Is there a mapping in lldb that needs to be updated as well?

I've reproduced the failure, but I couldn't solve it immediately because I'm not familiar with lldb. I'll revert the patch first. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99250



More information about the cfe-commits mailing list