Skip to content

Commit eb1a31c

Browse files
committed
Temporary workaround for libc++abi test
1 parent 3933bd9 commit eb1a31c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxxabi/test/uncaught_exception.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
// to undefined symbols when linking against a libc++ that re-exports the symbols,
1616
// but running against a libc++ that doesn't. Fortunately, usage of __cxa_uncaught_exception()
1717
// in the wild seems to be close to non-existent.
18-
// XFAIL: using-built-library-before-llvm-19
18+
// TODO: Remove && !darwin once availability markup for LLVM 19 on macOS has been added
19+
// XFAIL: using-built-library-before-llvm-19 && !darwin
1920

2021
#include <cxxabi.h>
2122
#include <cassert>

0 commit comments

Comments
 (0)