forked from OSchip/llvm-project
[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:
parent
b10ea39270
commit
683e2d636d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue