[Lldb-commits] [PATCH] D68770: [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on Windows
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 13:07:09 PDT 2019
amccarth accepted this revision.
amccarth added a comment.
This revision is now accepted and ready to land.
Cool. I didn't know about InitLLVM. That makes things much cleaner.
Though I do recall recently seeing another complaint about `argv[0]` not being preserved as typed but being replaced by an absolute path. That will definitely happen now on Windows. Is that a problem?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68770/new/
https://reviews.llvm.org/D68770
More information about the lldb-commits
mailing list