summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
blob: 994f827974be9a34c72dce286a1772b338e47b9e (plain)
1
2
3
4
5
6
7
8
9
10
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
// Make sure ___asan_gen_* strings do not end up in the symbol table.

// RUN: %clang_asan %s -o %t.exe
// RUN: nm %t.exe | FileCheck %s

int x, y, z;
int main() { return 0; }
// CHECK-NOT: ___asan_gen_
OpenPOWER on IntegriCloud