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)
commitc38deee8076f300e29214648108eddf33db3e200
tree77fc1d8193c2ab93d0bfa168f313235f4dc652aa
parent397a25e7cd945723859e76241269ac0657526c7a
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.

llvm-svn: 222671
llvm/lib/Support/Windows/Path.inc
llvm/lib/Support/Windows/Program.inc
llvm/lib/Support/Windows/WindowsSupport.h
llvm/unittests/Support/ProgramTest.cpp