[llvm-commits] [llvm] r121106 - /llvm/trunk/test/Archive/check_binary_output.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 6 19:35:20 PST 2010


Author: chapuni
Date: Mon Dec  6 21:35:20 2010
New Revision: 121106

URL: http://llvm.org/viewvc/llvm-project?rev=121106&view=rev
Log:
test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-ar -p' is sane. Thanks to Danil Malyshev!

Added:
    llvm/trunk/test/Archive/check_binary_output.ll

Added: llvm/trunk/test/Archive/check_binary_output.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Archive/check_binary_output.ll?rev=121106&view=auto
==============================================================================
--- llvm/trunk/test/Archive/check_binary_output.ll (added)
+++ llvm/trunk/test/Archive/check_binary_output.ll Mon Dec  6 21:35:20 2010
@@ -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 -





More information about the llvm-commits mailing list