Write .bc files to binary ostreams. This shouldn't change anything on unix,
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 20:54:43 +0000 (20:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 20:54:43 +0000 (20:54 +0000)
commita8e750f2b04851e310544e669d2860abd1404546
treeacd492bc44ff356db6350a1df2dbaf8310e049d3
parent036de03128f6c512233b64de17736c1be058f024
Write .bc files to binary ostreams.  This shouldn't change anything on unix,
but allows us to generate valid code on hosts (like windows) that do newline
translation for text files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14418 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-as/llvm-as.cpp