change the archive stuff to use MemoryBuffer instead of mappedfile.
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 04:26:46 +0000 (04:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 04:26:46 +0000 (04:26 +0000)
commit7f6b4479044e7f6553f517737caa18e4e543697c
treefcd5198a01f00522dead5657dd55d3546f9b64d4
parent685412e92ff6ffba88adcbf158fb73335ab27d1e
change the archive stuff to use MemoryBuffer instead of mappedfile.
MemoryBuffer is higher level and more closely matches the model
needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49029 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Archive.h
lib/Archive/Archive.cpp
lib/Archive/ArchiveReader.cpp
lib/Archive/ArchiveWriter.cpp