More long path name support on Windows, this time in program execution.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 24 Nov 2014 18:05:29 +0000 (18:05 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Mon, 24 Nov 2014 18:05:29 +0000 (18:05 +0000)
commit2dc4746332bad47c4241e35e02d6f80f431ddcbc
treedc2e7d8d2f375d2aecbafca3c151f75569d47efe
parent5de3458c18549bde0f62247481838789c2d27d03
More long path name support on Windows, this time in program execution.
Allows long paths for the executable and redirected stdin/stdout/stderr.
Addresses PR21563.

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