[all-commits] [llvm/llvm-project] 1ac36b: Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6

walter erquinigo via All-commits all-commits at lists.llvm.org
Mon Jan 25 14:10:36 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ac36b34db81d2fccd2b4a98d497be62083de3b1
      https://github.com/llvm/llvm-project/commit/1ac36b34db81d2fccd2b4a98d497be62083de3b1
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M lldb/tools/lldb-vscode/RunInTerminal.cpp
    M lldb/tools/lldb-vscode/RunInTerminal.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6

This fails on Windows because std::future<llvm::Error> fail to compile.
Now switching to SBError as a workaround.

Failed buildbot: http://lab.llvm.org:8011/#/builders/83/builds/3021




More information about the All-commits mailing list