[support] Revert the changes made to Path.inc for the default Windows code page
authorAaron Smith <aaron.smith@microsoft.com>
Wed, 18 Apr 2018 15:26:26 +0000 (15:26 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Wed, 18 Apr 2018 15:26:26 +0000 (15:26 +0000)
commit02caafd7e5594123d44556a800545d7c71b175ff
treeccc7a89a56ce92fb918e13a9e8c1dcb715cbe5f8
parent10831f594a1d2691a8603584b790dd95e4055a27
[support] Revert the changes made to Path.inc for the default Windows code page

Path.inc/widenPath tries to decode the path using both UTF-8 and the default Windows code page.
This is no longer necessary with the new InitLLVM method which ensures that the command line
arguemnts are already UTF-8 on Windows.

llvm-svn: 330266
llvm/lib/Support/Windows/Path.inc