[libcxx-commits] [PATCH] D156242: [libc++] Removes a broken test.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 11:46:37 PDT 2023


Mordante added a comment.

In D156242#4638499 <https://reviews.llvm.org/D156242#4638499>, @saugustine wrote:

> I'm having trouble finding our original conversation about this, but the issue is that the version of gdb in the docker image is too old for all of the debug info that clang currently produces. It just so happens that this is the test that shows this. I'll look some more for the previous discussion.
>
> The test works and is fine for up-to-date systems. The issue applies to more than just this test. Removing it would be a mistake.

Which GDB version is required. At the moment our Docker uses Ubuntu Jammy, which is shipped with GDB 12.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156242



More information about the libcxx-commits mailing list