diff options
Diffstat (limited to 'llvm/test/Object/check_binary_output.ll')
-rw-r--r-- | llvm/test/Object/check_binary_output.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Object/check_binary_output.ll b/llvm/test/Object/check_binary_output.ll new file mode 100644 index 00000000000..567f18e65ba --- /dev/null +++ b/llvm/test/Object/check_binary_output.ll @@ -0,0 +1,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 - |