From 1d6668d86a2fa75a2ef4c9a3e00e2396f097b7b1 Mon Sep 17 00:00:00 2001 From: Vrukesh Panse Date: Mon, 16 Dec 2024 11:18:29 +0000 Subject: [PATCH] =?UTF-8?q?Update=20the=20patch=20file=20with=20upstream?= =?UTF-8?q?=20changes=20of=20file=20libcxxabi/test/te=E2=80=A6=20(#599)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the patch file with upstream changes of test_demangle.pass.cpp --- .../0002-libc-tests-with-picolibc-disable-large-tests.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/llvm-project/0002-libc-tests-with-picolibc-disable-large-tests.patch b/patches/llvm-project/0002-libc-tests-with-picolibc-disable-large-tests.patch index 0e9821d..8f7a9ba 100644 --- a/patches/llvm-project/0002-libc-tests-with-picolibc-disable-large-tests.patch +++ b/patches/llvm-project/0002-libc-tests-with-picolibc-disable-large-tests.patch @@ -51,7 +51,8 @@ index ad131bb3a8a7..ac612c79f71c 100644 -// XFAIL: LIBCXX-PICOLIBC-FIXME +// REQUIRES: large_tests - // This test exercises support for char array initializer lists added in dd8b266ef. + // This test exercises support for char array initializer lists added in + // dd8b266ef. // UNSUPPORTED: using-built-library-before-llvm-20 -- 2.39.5 (Apple Git-154)