Fix windows' implementation of status when a file doesn't exist.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 31 Jul 2013 00:10:25 +0000 (00:10 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 31 Jul 2013 00:10:25 +0000 (00:10 +0000)
commit9ce8b2818d0c143fd58f4772d2002a15653079dd
treea5f87d57bacd9e521b7a5ea12c79e6bc3d76c877
parent605b3427a9423c1e291a9e9ab94fd7202ca864ae
Fix windows' implementation of status when a file doesn't exist.

The unix one was returning no_such_file_or_directory, but the windows one
was return success.

Update the one one caller that was depending on the old behavior.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Path.inc
unittests/Support/Path.cpp