From b9949b297039a2fd3bae366d5da88d432012ce08 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 7 Dec 2010 03:35:20 +0000 Subject: [PATCH] test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-ar -p' is sane. Thanks to Danil Malyshev! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121106 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Archive/check_binary_output.ll | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/Archive/check_binary_output.ll diff --git a/test/Archive/check_binary_output.ll b/test/Archive/check_binary_output.ll new file mode 100644 index 00000000000..60ab5caac45 --- /dev/null +++ b/test/Archive/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/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/very_long_bytecode_file_name.bc - -- 2.34.1