mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 09:46:57 +00:00
Avoid writing to an arbitrary filename during the test run by writing to
a file descriptor. llvm-svn: 134355
This commit is contained in:
parent
78b12b3ed4
commit
941beb26e9
@ -3,14 +3,14 @@
|
||||
; This test just makes sure that llvm-ar can extract bytecode members
|
||||
; from various style archives.
|
||||
|
||||
; RUN: llvm-ar x %p/GNU.a very_long_bytecode_file_name.bc
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
; RUN: llvm-ar p %p/GNU.a very_long_bytecode_file_name.bc | \
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
|
||||
|
||||
; RUN: llvm-ar x %p/MacOSX.a very_long_bytecode_file_name.bc
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
; RUN: llvm-ar p %p/MacOSX.a very_long_bytecode_file_name.bc | \
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
|
||||
|
||||
; RUN: llvm-ar x %p/SVR4.a very_long_bytecode_file_name.bc
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
; RUN: llvm-ar p %p/SVR4.a very_long_bytecode_file_name.bc | \
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
|
||||
|
||||
; RUN: llvm-ar x %p/xpg4.a very_long_bytecode_file_name.bc
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc very_long_bytecode_file_name.bc
|
||||
; RUN: llvm-ar p %p/xpg4.a very_long_bytecode_file_name.bc |\
|
||||
; RUN: cmp -s %p/very_long_bytecode_file_name.bc -
|
||||
|
Loading…
x
Reference in New Issue
Block a user