[libcxx-commits] [libcxxabi] e15025d - [libc++] Another Apple CI quick-fix.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 11 11:03:50 PDT 2025


Author: Mark de Wever
Date: 2025-04-11T20:02:49+02:00
New Revision: e15025dd50ce2f3db6c8f3f414f95a7b58ef8501

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

LOG: [libc++] Another Apple CI quick-fix.

Like #135202 this fixes another issue after the XCode update.

Added: 
    

Modified: 
    libcxxabi/test/uncaught_exception.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp
index cace88a309d0b..8e8468c43240d 100644
--- a/libcxxabi/test/uncaught_exception.pass.cpp
+++ b/libcxxabi/test/uncaught_exception.pass.cpp
@@ -6,6 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+// TODO(mordante) Investigate
+// UNSUPPORTED: apple-clang
+
 // UNSUPPORTED: no-exceptions
 
 // This tests that libc++abi still provides __cxa_uncaught_exception() for


        


More information about the libcxx-commits mailing list