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

Sterling Augustine via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 5 09:33:08 PDT 2023


saugustine added a comment.

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.


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