Changed to use the OutputBuffer instead of the methods in MachO and ELF
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Jan 2007 22:22:31 +0000 (22:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Jan 2007 22:22:31 +0000 (22:22 +0000)
commit203d3e4386ff2b8e66378bf7cfb12ec25869b866
treedb90893a9235c9951c64bd68c28684f5a89050f4
parentf341ccbff99a99453002143992b5d6fb391949c5
Changed to use the OutputBuffer instead of the methods in MachO and ELF
writers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33311 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ELFWriter.h
include/llvm/CodeGen/MachOWriter.h
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/MachOWriter.cpp
lib/Target/PowerPC/PPCMachOWriter.cpp