diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-07 05:57:02 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-07 05:57:02 +0000 |
commit | 85c37722530cebc6a4b100ff24263bf46a3f30d3 (patch) | |
tree | d608dc3cef33755bb3d5c026fd44daeed567d238 | |
parent | 1945d58025203aec7883c11ac51b827d440f6916 (diff) |
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
-rw-r--r-- | test/Archive/check_binary_output.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Archive/check_binary_output.ll b/test/Archive/check_binary_output.ll deleted file mode 100644 index 60ab5caac4..0000000000 --- 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 - |