[llvm-commits] CVS: llvm/test/Regression/Archive/extract_GNU.ll extract_MacOSX.ll extract_SVR4.ll extract_xpg4.ll

Reid Spencer reid at x10sys.com
Fri Nov 26 22:00:47 PST 2004



Changes in directory llvm/test/Regression/Archive:

extract_GNU.ll updated: 1.1 -> 1.2
extract_MacOSX.ll updated: 1.1 -> 1.2
extract_SVR4.ll updated: 1.1 -> 1.2
extract_xpg4.ll updated: 1.1 -> 1.2
---
Log message:

Accommodate the braindead Solaris "diff" that doesn't understand the -q
option.


---
Diffs of the changes:  (+4 -4)

Index: llvm/test/Regression/Archive/extract_GNU.ll
diff -u llvm/test/Regression/Archive/extract_GNU.ll:1.1 llvm/test/Regression/Archive/extract_GNU.ll:1.2
--- llvm/test/Regression/Archive/extract_GNU.ll:1.1	Sat Nov 20 01:25:41 2004
+++ llvm/test/Regression/Archive/extract_GNU.ll	Sat Nov 27 00:00:36 2004
@@ -2,4 +2,4 @@
 ;This test just makes sure that llvm-ar can extract bytecode members
 ;from GNU style archives
 ;RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null


Index: llvm/test/Regression/Archive/extract_MacOSX.ll
diff -u llvm/test/Regression/Archive/extract_MacOSX.ll:1.1 llvm/test/Regression/Archive/extract_MacOSX.ll:1.2
--- llvm/test/Regression/Archive/extract_MacOSX.ll:1.1	Sat Nov 20 01:25:41 2004
+++ llvm/test/Regression/Archive/extract_MacOSX.ll	Sat Nov 27 00:00:36 2004
@@ -3,4 +3,4 @@
 ;from MacOSX style archives
 
 ;RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc > /dev/null 2>/dev/null


Index: llvm/test/Regression/Archive/extract_SVR4.ll
diff -u llvm/test/Regression/Archive/extract_SVR4.ll:1.1 llvm/test/Regression/Archive/extract_SVR4.ll:1.2
--- llvm/test/Regression/Archive/extract_SVR4.ll:1.1	Sat Nov 20 01:25:41 2004
+++ llvm/test/Regression/Archive/extract_SVR4.ll	Sat Nov 27 00:00:36 2004
@@ -3,4 +3,4 @@
 ;from SVR4 style archives
 
 ;RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null


Index: llvm/test/Regression/Archive/extract_xpg4.ll
diff -u llvm/test/Regression/Archive/extract_xpg4.ll:1.1 llvm/test/Regression/Archive/extract_xpg4.ll:1.2
--- llvm/test/Regression/Archive/extract_xpg4.ll:1.1	Sat Nov 20 01:25:41 2004
+++ llvm/test/Regression/Archive/extract_xpg4.ll	Sat Nov 27 00:00:36 2004
@@ -3,4 +3,4 @@
 ;from xpg4 style archives
 
 ;RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
-;RUN: diff -q %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
+;RUN: diff %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc >/dev/null 2>/dev/null






More information about the llvm-commits mailing list