From: NAKAMURA Takumi Date: Tue, 7 Dec 2010 05:57:02 +0000 (+0000) Subject: Revert test/Archive/check_binary_output.ll". It fails on a buildbot. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=85c37722530cebc6a4b100ff24263bf46a3f30d3;p=oota-llvm.git Revert test/Archive/check_binary_output.ll". It fails on a buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121113 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Archive/check_binary_output.ll b/test/Archive/check_binary_output.ll deleted file mode 100644 index 60ab5caac45..00000000000 --- a/test/Archive/check_binary_output.ll +++ /dev/null @@ -1,4 +0,0 @@ -; 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 -