Skip to content

Commit

Permalink
test/Archive/check_binary_output.ll: Add a new test to check output o…
Browse files Browse the repository at this point in the history
…f '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
  • Loading branch information
chapuni committed Dec 7, 2010
1 parent 50004be commit b9949b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Archive/check_binary_output.ll
Original file line number Diff line number Diff line change
@@ -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 -

0 comments on commit b9949b2

Please sign in to comment.