mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
Many LLVM tests relies on standard output stream be in the binary mode. Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode.
llvm-svn: 130936
This commit is contained in:
parent
35f6bae989
commit
1d93d48152
4
test/Archive/check_binary_output.ll
Normal file
4
test/Archive/check_binary_output.ll
Normal file
@ -0,0 +1,4 @@
|
||||
; This is not an assembly file, this is just to run the test.
|
||||
; The test verifies that llvm-ar produces a binary output.
|
||||
|
||||
;RUN: llvm-ar p %p/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/very_long_bytecode_file_name.bc -
|
Loading…
x
Reference in New Issue
Block a user