[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 15 Aug 2012 19:05:47 +0000 (19:05 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 15 Aug 2012 19:05:47 +0000 (19:05 +0000)
commit1ebd25e438444ae80ec3d9504fe2173b8306501d
treef65c9ea701488f59ab30a7f9091f135ab135370f
parentb9d565ac998fc857b20786bae08bb30719eb966b
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161976 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Unix/PathV2.inc
lib/Support/Windows/PathV2.inc
unittests/Support/Path.cpp