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 52d813e commit 91f0a6aCopy full SHA for 91f0a6a
compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp
@@ -12,6 +12,9 @@
12
// FIXME: Bug 42703
13
// XFAIL: solaris
14
15
+// https://reviews.llvm.org/D111703 made compiler incompatible with released NDK.
16
+// UNSUPPORTED: android && arm-target-arch
17
+
18
#include <assert.h>
19
#include <exception>
20
#include <sanitizer/asan_interface.h>
0 commit comments