forked from OSchip/llvm-project
[asan] reenable odr-violation.cc test on non-x86-64 after confirming that it's fixed. PR22699
llvm-svn: 230573
This commit is contained in:
parent
e66255016d
commit
ba9422971c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue