We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3933bd9 commit eb1a31cCopy full SHA for eb1a31c
libcxxabi/test/uncaught_exception.pass.cpp
@@ -15,7 +15,8 @@
15
// to undefined symbols when linking against a libc++ that re-exports the symbols,
16
// but running against a libc++ that doesn't. Fortunately, usage of __cxa_uncaught_exception()
17
// in the wild seems to be close to non-existent.
18
-// XFAIL: using-built-library-before-llvm-19
+// TODO: Remove && !darwin once availability markup for LLVM 19 on macOS has been added
19
+// XFAIL: using-built-library-before-llvm-19 && !darwin
20
21
#include <cxxabi.h>
22
#include <cassert>
0 commit comments