[compiler-rt] r334319 - [asan] Re-enable no_asan_gen_globals for 32-bit

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 14:04:44 PDT 2018


Author: vitalybuka
Date: Fri Jun  8 14:04:44 2018
New Revision: 334319

URL: http://llvm.org/viewvc/llvm-project?rev=334319&view=rev
Log:
[asan] Re-enable no_asan_gen_globals for 32-bit

PR22682. Bug in gold was fixed 3 years ago.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/no_asan_gen_globals.c

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/no_asan_gen_globals.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/no_asan_gen_globals.c?rev=334319&r1=334318&r2=334319&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/no_asan_gen_globals.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/no_asan_gen_globals.c Fri Jun  8 14:04:44 2018
@@ -1,7 +1,5 @@
 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
 // 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.
 
 // RUN: %clang_asan %s -o %t.exe




More information about the llvm-commits mailing list