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

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 12 02:37:55 PDT 2021


DavidSpickett added a comment.

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?


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