From: Reid Spencer Date: Fri, 19 Nov 2004 04:33:13 +0000 (+0000) Subject: Test case for reading SVR4 style archives. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=30ce0f0c55ddd2a99c6c06bccf1a0821b2215f2e;p=oota-llvm.git Test case for reading SVR4 style archives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17982 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Archive/SVR4.ll b/test/Archive/SVR4.ll new file mode 100644 index 00000000000..1f82e5d1004 --- /dev/null +++ b/test/Archive/SVR4.ll @@ -0,0 +1,7 @@ +; This isn't really an assembly file, its just here to +; run the following test which tests llvm-ar for compatibility +; reading SVR4 style archives. + +; RUN: ar t SVR4.a > %t1 +; RUN: llvm-ar t SVR4.a > %t2 +; RUN: diff %t1 %t2