mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
5 lines
225 B
LLVM
5 lines
225 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/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/very_long_bytecode_file_name.bc -
|