From a8f3ed701a5ae04c0abe221f4a9dffe54986a7af Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Nov 2004 04:33:13 +0000 Subject: [PATCH] Test case for reading SVR4 style archives. llvm-svn: 17982 --- llvm/test/Regression/Archive/SVR4.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 llvm/test/Regression/Archive/SVR4.ll diff --git a/llvm/test/Regression/Archive/SVR4.ll b/llvm/test/Regression/Archive/SVR4.ll new file mode 100644 index 000000000000..1f82e5d1004f --- /dev/null +++ b/llvm/test/Regression/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