Rafael Espindola | 3b5475c | 2013-07-10 21:47:16 +0000 | [diff] [blame] | 1 | ; This is not an assembly file, this is just to run the test. |
2 | ; The test verifies that llvm-ar produces a binary output. | ||||
3 | |||||
Rafael Espindola | 3b5475c | 2013-07-10 21:47:16 +0000 | [diff] [blame] | 4 | ;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc - |