Add a uniqueID field to the FileStatus structure for Paths. This will map
authorReid Spencer <rspencer@reidspencer.com>
Thu, 29 Mar 2007 17:00:31 +0000 (17:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 29 Mar 2007 17:00:31 +0000 (17:00 +0000)
commit4031befb62d90309bdaa3c9cbed9c0b5fc12d67c
tree101092da49b0a1bc75de6e57aaaed1e90f904c09
parenta5cb38980b444754196f298c0645a99069fd3c9b
Add a uniqueID field to the FileStatus structure for Paths. This will map
to the inode number on Unix and something far less unique on Windows. The
windows case needs to be improved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Unix/Path.inc
lib/System/Win32/Path.inc