diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-31 19:06:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-31 19:06:13 +0000 |
commit | cc577c0091e419581c14ecb99e0088d2bb802573 (patch) | |
tree | 567674233c28291db91ac181d599284939aebaee /test/Archive | |
parent | 306f6fefc949c210f1d6594061e34a0d910ba716 (diff) |
Apparently these do pass on some alphas
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
-rw-r--r-- | test/Archive/ranlib_GNU.ll | 1 | ||||
-rw-r--r-- | test/Archive/ranlib_SVR4.ll | 1 | ||||
-rw-r--r-- | test/Archive/ranlib_xpg4.ll | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll index 24c9dcb6eb..6e8b5bcdb2 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 0db4b5d4ef..2c5915c9f5 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 79a38b550b..dc412c22a9 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 |