brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · 994f827 Raw
11 lines · c
1// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=3162// XFAIL: android3// Make sure ___asan_gen_* strings do not end up in the symbol table.4 5// RUN: %clang_asan %s -o %t.exe6// RUN: nm %t.exe | FileCheck %s7 8int x, y, z;9int main() { return 0; }10// CHECK-NOT: ___asan_gen_11