Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 12 Dec 2011 06:04:28 +0000 (06:04 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 12 Dec 2011 06:04:28 +0000 (06:04 +0000)
commitd45fbe62270eaf826419b93f1da66f1850f37faf
tree0201ac7435851c79ad95e82f1bd9108feacdc160
parentc3b00e80400d27d5d6152374d87c0ad5866c780c
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);

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