mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
26b99c6974
llvm/test/Object/check_binary_output.ll is expected to pass on win32. llvm-svn: 186480
5 lines
239 B
LLVM
5 lines
239 B
LLVM
; 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/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
|