For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 18:28:59 +0000 (18:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 18:28:59 +0000 (18:28 +0000)
commit2923f345334432ec8407aebd1ece560a531e9e08
treee44157d543a42988c866cc0f347b47ae3eee07bf
parent9153f8f4765aa7a55cfb28a0752469f5545e188a
For PR351:
The ReadFileIntoAddressSpace and UnmapFileFromAddressSpace functions are no
longer used by LLVM. Remove them. Replacement functionality for both
functions is now encapsulated in the sys::MappedFile class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18903 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileUtilities.h
lib/Support/FileUtilities.cpp