[all-commits] [llvm/llvm-project] d2f18e: Fix 21555fff4de811309ea7935f9cb65578c957d77f

walter erquinigo via All-commits all-commits at lists.llvm.org
Wed Nov 11 12:30:43 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d2f18e6b1e0bed97f5218af499c4e0b88c4dd361
      https://github.com/llvm/llvm-project/commit/d2f18e6b1e0bed97f5218af499c4e0b88c4dd361
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp

  Log Message:
  -----------
  Fix 21555fff4de811309ea7935f9cb65578c957d77f

Buildbot failed on Windows
http://lab.llvm.org:8011/#/builders/83/builds/693

Error: On Windows, std::future can't hold an Expected, as it doesn't have a default
constructor.

Solution: Use std::future<bool> instead of std::future<Expected<T>>




More information about the All-commits mailing list