[asan] Re-enable no_asan_gen_globals for 32-bit

PR22682. Bug in gold was fixed 3 years ago.

llvm-svn: 334319
This commit is contained in:
Vitaly Buka 2018-06-08 21:04:44 +00:00
parent b10ea39270
commit 683e2d636d
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android // XFAIL: android
// FIXME: http://llvm.org/bugs/show_bug.cgi?id=22682
// REQUIRES: asan-64-bits
// Make sure __asan_gen_* strings do not end up in the symbol table. // Make sure __asan_gen_* strings do not end up in the symbol table.
// RUN: %clang_asan %s -o %t.exe // RUN: %clang_asan %s -o %t.exe