Use binary mode for reading/writing bytecode files
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 22 Jan 2005 17:36:17 +0000 (17:36 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 22 Jan 2005 17:36:17 +0000 (17:36 +0000)
commit5fb6ed4ae608c6f7ef589f1069b5dd5c7bdbd60b
tree1a699df0388afa1ed3d3acc4e4cd91085adbed10
parent695c9bdbd0ad9d540dea68e201cd616afb4320d4
Use binary mode for reading/writing bytecode files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19751 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/Archive/ArchiveWriter.cpp
lib/Bytecode/Archive/ArchiveWriter.cpp
lib/Support/FileUtilities.cpp
lib/VMCore/Verifier.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/extract/extract.cpp
tools/gccas/gccas.cpp
tools/gccld/gccld.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/opt/opt.cpp