mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-12 19:18:48 +00:00
Accommodate the braindead Solaris "diff" that doesn't understand the -q
option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3330e08888
commit
9df7aea12e
@ -2,4 +2,4 @@
|
|||||||
;This test just makes sure that llvm-ar can extract bytecode members
|
;This test just makes sure that llvm-ar can extract bytecode members
|
||||||
;from GNU style archives
|
;from GNU style archives
|
||||||
;RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
|
;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
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
;from MacOSX style archives
|
;from MacOSX style archives
|
||||||
|
|
||||||
;RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
|
;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
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
;from SVR4 style archives
|
;from SVR4 style archives
|
||||||
|
|
||||||
;RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
|
;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
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
;from xpg4 style archives
|
;from xpg4 style archives
|
||||||
|
|
||||||
;RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
|
;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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user