From: Chris Lattner Date: Mon, 31 Oct 2005 19:06:13 +0000 (+0000) Subject: Apparently these do pass on some alphas X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc577c0091e419581c14ecb99e0088d2bb802573;p=oota-llvm.git Apparently these do pass on some alphas git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll index 24c9dcb6ebd..6e8b5bcdb2a 100644 --- a/test/Archive/ranlib_GNU.ll +++ b/test/Archive/ranlib_GNU.ll @@ -6,4 +6,3 @@ ;RUN: llvm-ar t %t.GNU.a > %t1 ;RUN: diff %t1 %p/GNU.toc -; XFAIL: alpha diff --git a/test/Archive/ranlib_SVR4.ll b/test/Archive/ranlib_SVR4.ll index 0db4b5d4ef0..2c5915c9f56 100644 --- a/test/Archive/ranlib_SVR4.ll +++ b/test/Archive/ranlib_SVR4.ll @@ -6,4 +6,3 @@ ;RUN: llvm-ar t %t.SVR4.a > %t1 ;RUN: diff %t1 %p/SVR4.toc -; XFAIL: alpha diff --git a/test/Archive/ranlib_xpg4.ll b/test/Archive/ranlib_xpg4.ll index 79a38b550b3..dc412c22a98 100644 --- a/test/Archive/ranlib_xpg4.ll +++ b/test/Archive/ranlib_xpg4.ll @@ -6,4 +6,3 @@ ;RUN: llvm-ar t %t.xpg4.a > %t1 ;RUN: diff %t1 %p/xpg4.toc -; XFAIL: alpha