mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-17 20:46:23 +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