[libcxx-commits] [libcxx] c06b4bc - [libc++] UNSUPPORT GDB pretty printers with Clang 15 (which is what main is)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 09:44:06 PST 2022


Author: Louis Dionne
Date: 2022-02-02T12:44:00-05:00
New Revision: c06b4bc89c94ee9034ead9e68d8952c2647e4a40

URL: https://github.com/llvm/llvm-project/commit/c06b4bc89c94ee9034ead9e68d8952c2647e4a40
DIFF: https://github.com/llvm/llvm-project/commit/c06b4bc89c94ee9034ead9e68d8952c2647e4a40.diff

LOG: [libc++] UNSUPPORT GDB pretty printers with Clang 15 (which is what main is)

Added: 
    

Modified: 
    libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
index 78a612ee0a511..27656af8f1cf3 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -12,7 +12,7 @@
 // UNSUPPORTED: c++03
 
 // TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-14
+// UNSUPPORTED: clang-14, clang-15
 
 // RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags}
 // Ensure locale-independence for unicode tests.


        


More information about the libcxx-commits mailing list