[all-commits] [llvm/llvm-project] 0f2901: [mlir] Fix test by adapting to C util functions mo...

walter erquinigo via All-commits all-commits at lists.llvm.org
Thu Jan 28 09:41:18 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f2901201e26c236e38b11fe602d6357782f865d
      https://github.com/llvm/llvm-project/commit/0f2901201e26c236e38b11fe602d6357782f865d
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir

  Log Message:
  -----------
  [mlir] Fix test by adapting to C util functions moving to libmlir_c_runner_utils


  Commit: 0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e
      https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

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

  Log Message:
  -----------
  Fix lldb-vscode builds on Windows targeting POSIX

@stella.stamenova found out that lldb-vscode's Win32 macros were failing
when building on windows targetings POSIX platforms.

I'm changing these macros for LLVM_ON_UNIX, which should be more
accurate.


Compare: https://github.com/llvm/llvm-project/compare/c5d4b77b178a...0bca9a7ce2ee


More information about the All-commits mailing list