diff --git a/llvm/test/Archive/ranlib_GNU.ll b/llvm/test/Archive/ranlib_GNU.ll deleted file mode 100644 index 44eb642bba98..000000000000 --- a/llvm/test/Archive/ranlib_GNU.ll +++ /dev/null @@ -1,9 +0,0 @@ -;This isn't really an assembly file, its just here to run the test. -;This test just makes sure that llvm-ar can generate a symbol table for -;GNU style archives -;RUN: cp %p/GNU.a %t.GNU.a -;RUN: llvm-ranlib %t.GNU.a -;RUN: llvm-ar t %t.GNU.a > %t1 -;RUN: diff %t1 %p/GNU.toc -;XFAIL: * - diff --git a/llvm/test/Archive/ranlib_MacOSX.ll b/llvm/test/Archive/ranlib_MacOSX.ll deleted file mode 100644 index 24c8b43747af..000000000000 --- a/llvm/test/Archive/ranlib_MacOSX.ll +++ /dev/null @@ -1,8 +0,0 @@ -;This isn't really an assembly file, its just here to run the test. -;This test just makes sure that llvm-ar can generate a symbol table for -;MacOSX style archives -;RUN: cp %p/MacOSX.a %t.MacOSX.a -;RUN: llvm-ranlib %t.MacOSX.a -;RUN: llvm-ar t %t.MacOSX.a > %t1 -;RUN: diff %t1 %p/MacOSX.toc -;XFAIL: * diff --git a/llvm/test/Archive/ranlib_SVR4.ll b/llvm/test/Archive/ranlib_SVR4.ll deleted file mode 100644 index a1366c110257..000000000000 --- a/llvm/test/Archive/ranlib_SVR4.ll +++ /dev/null @@ -1,8 +0,0 @@ -;This isn't really an assembly file, its just here to run the test. -;This test just makes sure that llvm-ar can generate a symbol table for -;SVR4 style archives -;RUN: cp %p/SVR4.a %t.SVR4.a -;RUN: llvm-ranlib %t.SVR4.a -;RUN: llvm-ar t %t.SVR4.a > %t1 -;RUN: diff %t1 %p/SVR4.toc -;XFAIL: * diff --git a/llvm/test/Archive/ranlib_xpg4.ll b/llvm/test/Archive/ranlib_xpg4.ll deleted file mode 100644 index c907c4e241a4..000000000000 --- a/llvm/test/Archive/ranlib_xpg4.ll +++ /dev/null @@ -1,9 +0,0 @@ -;This isn't really an assembly file, its just here to run the test. -;This test just makes sure that llvm-ar can generate a symbol table for -;xpg4 style archives -;RUN: cp %p/xpg4.a %t.xpg4.a -;RUN: llvm-ranlib %t.xpg4.a -;RUN: llvm-ar t %t.xpg4.a > %t1 -;RUN: diff %t1 %p/xpg4.toc -;XFAIL: * - diff --git a/llvm/test/Archive/very_long_bytecode_file_name.bc b/llvm/test/Archive/very_long_bytecode_file_name.bc index 06c84ef71926..6435a168611e 100755 Binary files a/llvm/test/Archive/very_long_bytecode_file_name.bc and b/llvm/test/Archive/very_long_bytecode_file_name.bc differ