aboutsummaryrefslogtreecommitdiffstats
path: root/test/Archive/check_binary_output.ll
Commit message (Collapse)AuthorAgeFilesLines
* Many LLVM tests relies on standard output stream be in the binary mode. ↵Galina Kistanova2011-05-051-0/+4
| | | | | | Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130936 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert test/Archive/check_binary_output.ll". It fails on a buildbot.NAKAMURA Takumi2010-12-071-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121113 91177308-0d34-0410-b5e6-96231b3b80d8
* test/Archive/check_binary_output.ll: Add a new test to check output of ↵NAKAMURA Takumi2010-12-071-0/+4
'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