mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76507f14ed
commit
5d87255969
@ -4,13 +4,13 @@
|
||||
; from various style archives.
|
||||
|
||||
; RUN: llvm-ar x %p/GNU.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/MacOSX.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/SVR4.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
||||
; RUN: llvm-ar x %p/xpg4.a 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
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
|
Loading…
x
Reference in New Issue
Block a user