diff --git a/llvm/test/Regression/Archive/ranlib_GNU.ll b/llvm/test/Regression/Archive/ranlib_GNU.ll index 289303a585db..00522801f535 100644 --- a/llvm/test/Regression/Archive/ranlib_GNU.ll +++ b/llvm/test/Regression/Archive/ranlib_GNU.ll @@ -4,9 +4,4 @@ ;RUN: cp %p/GNU.a %t.GNU.a ;RUN: llvm-ranlib %t.GNU.a ;RUN: llvm-ar t %t.GNU.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/GNU.toc diff --git a/llvm/test/Regression/Archive/ranlib_MacOSX.ll b/llvm/test/Regression/Archive/ranlib_MacOSX.ll index 50fe5cd38a11..a22b4193917b 100644 Binary files a/llvm/test/Regression/Archive/ranlib_MacOSX.ll and b/llvm/test/Regression/Archive/ranlib_MacOSX.ll differ diff --git a/llvm/test/Regression/Archive/ranlib_SVR4.ll b/llvm/test/Regression/Archive/ranlib_SVR4.ll index e1cd79b8ddee..d5f4b5ae58fe 100644 --- a/llvm/test/Regression/Archive/ranlib_SVR4.ll +++ b/llvm/test/Regression/Archive/ranlib_SVR4.ll @@ -4,9 +4,4 @@ ;RUN: cp %p/SVR4.a %t.SVR4.a ;RUN: llvm-ranlib %t.SVR4.a ;RUN: llvm-ar t %t.SVR4.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/SVR4.toc diff --git a/llvm/test/Regression/Archive/ranlib_xpg4.ll b/llvm/test/Regression/Archive/ranlib_xpg4.ll index f36c93c6c941..f859cacb04d5 100644 --- a/llvm/test/Regression/Archive/ranlib_xpg4.ll +++ b/llvm/test/Regression/Archive/ranlib_xpg4.ll @@ -4,9 +4,4 @@ ;RUN: cp %p/xpg4.a %t.xpg4.a ;RUN: llvm-ranlib %t.xpg4.a ;RUN: llvm-ar t %t.xpg4.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/xpg4.toc diff --git a/llvm/test/Regression/Archive/toc_GNU.ll b/llvm/test/Regression/Archive/toc_GNU.ll index 3aeded259aa3..136f603a831e 100644 --- a/llvm/test/Regression/Archive/toc_GNU.ll +++ b/llvm/test/Regression/Archive/toc_GNU.ll @@ -2,9 +2,4 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;GNU style archives ;RUN: llvm-ar t %p/GNU.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/GNU.toc diff --git a/llvm/test/Regression/Archive/toc_MacOSX.ll b/llvm/test/Regression/Archive/toc_MacOSX.ll index 331816bddb09..fb0322324081 100644 Binary files a/llvm/test/Regression/Archive/toc_MacOSX.ll and b/llvm/test/Regression/Archive/toc_MacOSX.ll differ diff --git a/llvm/test/Regression/Archive/toc_SVR4.ll b/llvm/test/Regression/Archive/toc_SVR4.ll index 9f8bdba207d4..930a26fd353e 100644 --- a/llvm/test/Regression/Archive/toc_SVR4.ll +++ b/llvm/test/Regression/Archive/toc_SVR4.ll @@ -2,9 +2,4 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;SVR4 style archives ;RUN: llvm-ar t %p/SVR4.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/SVR4.toc diff --git a/llvm/test/Regression/Archive/toc_xpg4.ll b/llvm/test/Regression/Archive/toc_xpg4.ll index f2984e27d7e7..441af036f3cf 100644 --- a/llvm/test/Regression/Archive/toc_xpg4.ll +++ b/llvm/test/Regression/Archive/toc_xpg4.ll @@ -2,9 +2,4 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;xpg4 style archives ;RUN: llvm-ar t %p/xpg4.a > %t1 -;RUN: grep -v '^;' %s >%t2 -;RUN: diff %t2 %t1 -evenlen -oddlen -very_long_bytecode_file_name.bc -IsNAN.o +;RUN: diff %t1 %p/xpg4.toc