[PATCH] D83772: [Windows] Fix limit on command line size

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 15:00:13 PDT 2020


amccarth added a comment.

In D83772#2164685 <https://reviews.llvm.org/D83772#2164685>, @max-kudr wrote:

> This commit is now failing LLDB Windows buildbot <http://lab.llvm.org:8011/buildslaves/win-py3-buildbot> builds http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/17702. Please fix or revert.
>
>   E:\build_slave\lldb-x64-windows-ninja\llvm-project\lldb\source\Host\windows\ProcessLauncherWindows.cpp(53): error C2679: binary '=': no operator found which takes a right-hand operand of type 'llvm::ErrorOr<std::wstring>' (or there is no acceptable conversion)
>


I'll fix that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83772/new/

https://reviews.llvm.org/D83772





More information about the llvm-commits mailing list