[libcxx-commits] [PATCH] D127419: [libc++] Fixes CI after Jammy update.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 9 11:54:29 PDT 2022


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

LGTM with comment applied.



================
Comment at: libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp:15
 // TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-14, clang-15
+// UNSUPPORTED: clang-14, clang-15, gcc-11
 
----------------
Mordante wrote:
> Only 11 so I can see whether GCC-12 has the same issue. (I've a patch prepared for GCC-12.)
Could you put this as it's own `// UNSUPPORTED` with it's own (correct) comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127419



More information about the libcxx-commits mailing list