mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
1d93d48152
llvm-svn: 130936
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 -
|