summaryrefslogtreecommitdiff
path: root/test/Archive/MacOSX.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Archive/MacOSX.ll')
-rw-r--r--test/Archive/MacOSX.ll10
1 files changed, 0 insertions, 10 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