From ed26b319462f48c619641b8da0693245e72a59b6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Nov 2004 04:46:10 +0000 Subject: [PATCH] Test case for xpg4 style archive files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17984 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Archive/xpg4.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Archive/xpg4.ll diff --git a/test/Archive/xpg4.ll b/test/Archive/xpg4.ll new file mode 100644 index 00000000000..19c867963ca --- /dev/null +++ b/test/Archive/xpg4.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 xpg4 style archives. + +; RUN: ar t xpg4.a > Output/xpg1 +; RUN: llvm-ar t SVR4.a > Output/xpg2 +; RUN: diff Output/xpg1 Output/xpg2 -- 2.34.1