================
@@ -285,6 +304,117 @@ static llvm::Error 
LaunchRunInTerminalTarget(llvm::opt::Arg &target_arg,
 #endif
 
   lldb_private::FileSystem::Initialize();
+
+#ifdef _WIN32
+  RunInTerminalLauncherCommChannel comm_channel(comm_file);
+
+  llvm::ArrayRef<const char *> args_arr = llvm::ArrayRef(argv, argc);
+  auto wcommandLineOrErr =
----------------
Nerixyz wrote:

```suggestion
  auto wcommand_line_or_err =
```

https://github.com/llvm/llvm-project/pull/174635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to