Many LLVM tests relies on standard output stream be in the binary mode. Which...
Many LLVM tests relies on standard output stream be in the binary mode. 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. llvm-svn: 130936
Loading
Please sign in to comment