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)
commit107b74c6c36b832924a061db9cc12a8a9428d6a4
treec1bb6f47d239c3271a37ce5521932ad2187f4639
parentc7be519dc004a51cbb2db1ab8c450eec9d2305eb
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.

llvm-svn: 187463
llvm/lib/Support/Windows/Path.inc
llvm/unittests/Support/Path.cpp