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 d40dd64 commit 3681a55Copy full SHA for 3681a55
compiler-rt/test/asan/TestCases/throw_call_test.cc
@@ -1,9 +1,6 @@
1
// RUN: %clangxx_asan %s -o %t && %run %t
2
// http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed).
3
// BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t
4
-//
5
-// Android builds with static libstdc++ by default.
6
-// XFAIL: android
7
8
#include <stdio.h>
9
static volatile int zero = 0;
0 commit comments