[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of arguments...
authorMartin Storsjo <martin@martin.st>
Fri, 11 Oct 2019 11:47:07 +0000 (11:47 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 11 Oct 2019 11:47:07 +0000 (11:47 +0000)
commit807dbee36679a8e43b25c3fcfd38e750fd4e943d
tree6b01c7adb8ef7c1abddb0d16b86b3ac3b01aaec0
parent77fbf069f6dd5f18d992a8d2e03484070f60ba3d
[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of arguments for windows

This should allow lldb-server to operate on files with non-ascii
pathnames.

I tried looking around in lldb/tools, and this seemed like the only
other tool (other than the main lldb driver itself) that would be
used (implicitly) by an end user (which could be working in
non-ascii paths).

Differential Revision: https://reviews.llvm.org/D68864

llvm-svn: 374537
lldb/tools/lldb-server/lldb-server.cpp