From e15025dd50ce2f3db6c8f3f414f95a7b58ef8501 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Fri, 11 Apr 2025 18:41:50 +0200 Subject: [PATCH] [libc++] Another Apple CI quick-fix. Like #135202 this fixes another issue after the XCode update. --- libcxxabi/test/uncaught_exception.pass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp index cace88a309d0..8e8468c43240 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