Share a createUniqueEntity implementation between unix and windows.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Feb 2014 03:07:41 +0000 (03:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Feb 2014 03:07:41 +0000 (03:07 +0000)
commit69aeeee4e1b58c76cdef06b3cbe0fcad2556b9a2
tree749886ebe611d9c995103bef3d0574075e5c6f17
parent6822655f561a62ebafd3ce35c62fefebcea5f1b1
Share a createUniqueEntity implementation between unix and windows.

The only extra bit of functionality that had to be exposed for this be be
implemented in Path.cpp is opening a file in rw mode.

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