aboutsummaryrefslogtreecommitdiff
path: root/test/Archive/check_binary_output.ll
AgeCommit message (Collapse)Author
2011-05-05Many LLVM tests relies on standard output stream be in the binary mode. ↵Galina Kistanova
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
2010-12-07Revert test/Archive/check_binary_output.ll". It fails on a buildbot.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121113 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-07test/Archive/check_binary_output.ll: Add a new test to check output of ↵NAKAMURA Takumi
'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