[compiler-rt] r230573 - [asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699
Kostya Serebryany
kcc at google.com
Wed Feb 25 15:23:01 PST 2015
Author: kcc
Date: Wed Feb 25 17:23:01 2015
New Revision: 230573
URL: http://llvm.org/viewvc/llvm-project?rev=230573&view=rev
Log:
[asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc?rev=230573&r1=230572&r2=230573&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc Wed Feb 25 17:23:01 2015
@@ -24,9 +24,7 @@
// RUN: rm -f %t.supp
// GNU driver doesn't handle .so files properly.
-// Temporary disable the test on non-x86_64
-// (http://llvm.org/bugs/show_bug.cgi?id=22699)
-// REQUIRES: Clang, x86_64-supported-target
+// REQUIRES: Clang
#ifndef SZ
# define SZ 4
More information about the llvm-commits
mailing list