blob: 567f18e65ba571b9e9110b1affff7ed1137bbc23 (
plain)
| 1
2
3
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/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
 |