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 b33a675 commit e9c20b9Copy full SHA for e9c20b9
compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp
@@ -6,6 +6,9 @@
6
// RUN: %clangxx_asan -g -O0 %s %libdl -Wl,--export-dynamic -o %t
7
// RUN: %env_asan_opts=report_globals=2:detect_odr_violation=1 %run %t 2>&1 | FileCheck %s
8
9
+// FIXME: Checks do not match on Android.
10
+// UNSUPPORTED: android
11
+
12
#include <cstdlib>
13
#include <dlfcn.h>
14
#include <stdio.h>
0 commit comments