Replace windows_error calls with mapWindowsError.
authorYaron Keren <yaron.keren@gmail.com>
Mon, 4 May 2015 04:48:10 +0000 (04:48 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Mon, 4 May 2015 04:48:10 +0000 (04:48 +0000)
commitf8e6517591e2c9f696a9fa9888ea1627123aedc6
treea4815198cf05a931a7539cdf0f2bd34c9cbf846d
parent65337d1f3a2b95b600aed832b10cb84da4422a15
Replace windows_error calls with mapWindowsError.

After r210687, windows_error does nothing but call mapWindowsError.
Other Windows/*.inc files directly call mapWindowsError. This patch
updates Path.inc and Process.inc to do the same.

llvm-svn: 236409
llvm/lib/Support/Windows/Path.inc
llvm/lib/Support/Windows/Process.inc