mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 01:16:05 +00:00

Use sys::MappedFile instead of ReadFileIntoAddressSpace and UnmapFileFromAddressSpace. sys::MappedFile has the nice property that it cleans up after itself so exception handling can be removed. llvm-svn: 18902