Remove MappedFile support for mapping files for write and exec
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 03:10:22 +0000 (03:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 03:10:22 +0000 (03:10 +0000)
commitbdbd2d710c665bcdf31cbed4b44cf3f94ba746e7
tree7ad9a631dd43e31b57f7e0910fdc78d47eae484f
parent558755ce1af80a44e9d5f399584e9b2112583796
Remove MappedFile support for mapping files for write and exec
and shared.  This complicates the design, is not used, and probably
doesn't even work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49022 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Debugger/SourceFile.h
include/llvm/System/MappedFile.h
lib/Archive/Archive.cpp
lib/Archive/ArchiveWriter.cpp
lib/Support/FileUtilities.cpp
lib/Support/MemoryBuffer.cpp
lib/System/Unix/MappedFile.inc
lib/System/Win32/MappedFile.inc