summaryrefslogtreecommitdiff
path: root/test/Archive
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-20 07:23:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-20 07:23:56 +0000
commiteee1f5e238601149044fdeac724dd6010222ed0b (patch)
treeb13a08a3c0a280c3ebfc0df09501b0470d8e9837 /test/Archive
parentf6f09897542a17892f3877839485ac9d9545f309 (diff)
downloadllvm-eee1f5e238601149044fdeac724dd6010222ed0b.tar.gz
llvm-eee1f5e238601149044fdeac724dd6010222ed0b.tar.bz2
llvm-eee1f5e238601149044fdeac724dd6010222ed0b.tar.xz
Contents separated into individual tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
-rw-r--r--test/Archive/MacOSX.ll10
-rw-r--r--test/Archive/SVR4.ll10
-rw-r--r--test/Archive/xpg4.ll10
3 files changed, 0 insertions, 30 deletions
diff --git a/test/Archive/MacOSX.ll b/test/Archive/MacOSX.ll
deleted file mode 100644
index aa7a0c77c5..0000000000
--- a/test/Archive/MacOSX.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; This isn't really an assembly file, its just here to
-; run the following test which tests llvm-ar for compatibility
-; reading MacOSX (BSD4.4) style archives.
-
-; RUN: ar t MacOSX.a > Output/osx1
-; RUN: llvm-ar t MacOSX.a > Output/osx2
-; RUN: diff Output/osx1 Output/osx2
-; RUN: cp MacOSX.a Output/MacOSX_mod.a
-; RUN: llvm-ranlib Output/MacOSX_mod.a
-; RUN: llvm-ar t Output/MacOSX_mod.a
diff --git a/test/Archive/SVR4.ll b/test/Archive/SVR4.ll
deleted file mode 100644
index 7b2a4af9e3..0000000000
--- a/test/Archive/SVR4.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; 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 > Output/svr1
-; RUN: llvm-ar t SVR4.a > Output/svr2
-; RUN: diff Output/svr1 Output/svr2
-; RUN: cp SVR4.a Output/SVR4_mod.a
-; RUN: llvm-ranlib Output/SVR4_mod.a
-; RUN: llvm-ar t Output/SVR4_mod.a
diff --git a/test/Archive/xpg4.ll b/test/Archive/xpg4.ll
deleted file mode 100644
index 14c1a3874b..0000000000
--- a/test/Archive/xpg4.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; 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 xpg4.a > Output/xpg2
-; RUN: diff Output/xpg1 Output/xpg2
-; RUN: cp xpg4.a Output/xpg4_mod.a
-; RUN: llvm-ranlib Output/xpg4_mod.a
-; RUN: llvm-ar t Output/xpg4_mod.a