OSDN Git Service

Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs and...
authorNick Kledzik <kledzik@apple.com>
Wed, 20 Jun 2012 00:28:54 +0000 (00:28 +0000)
committerNick Kledzik <kledzik@apple.com>
Wed, 20 Jun 2012 00:28:54 +0000 (00:28 +0000)
commitca077ec5ea41f4537ae58e141781be622d09c786
tree2dc2a2955b3f6c9b950d0fc907d99a18a3375b5b
parent44b2c82871fad5407930cdf0b90c578fa4e60a3a
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs and add unit test. Unix is implemented.  Windows side needs to be implemented.

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