xref: /llvm-project/llvm/test/Object/check_binary_output.ll (revision 212c80ac5dd13b79cdfe5ee39b7bc17a200f47cd)
1*3b5475c0SRafael Espindola; This is not an assembly file, this is just to run the test.
2*3b5475c0SRafael Espindola; The test verifies that llvm-ar produces a binary output.
3*3b5475c0SRafael Espindola
4*3b5475c0SRafael Espindola;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
5