[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / compiler-rt / test / asan / TestCases / Posix / no_asan_gen_globals.c
blob994f827974be9a34c72dce286a1772b338e47b9e
1 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
2 // XFAIL: android
3 // Make sure ___asan_gen_* strings do not end up in the symbol table.
5 // RUN: %clang_asan %s -o %t.exe
6 // RUN: nm %t.exe | FileCheck %s
8 int x, y, z;
9 int main() { return 0; }
10 // CHECK-NOT: ___asan_gen_