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 b8d71fa commit 237bd1dCopy full SHA for 237bd1d
libcxxabi/test/uncaught_exception.pass.cpp
@@ -11,6 +11,13 @@
11
// This tests that libc++abi still provides __cxa_uncaught_exception() for
12
// ABI compatibility, even though the Standard doesn't require it to.
13
14
+// __cxa_uncaught_exception was not re-exported from libc++ previously. This leads
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: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
19
+// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{11|12|13|14}}
20
+
21
#include <cxxabi.h>
22
#include <cassert>
23
0 commit comments