[all-commits] [llvm/llvm-project] 4db783: [LLDB] Make API tests to run using MSYS tools

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Sep 1 02:02:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4db78322031ffbd5ea607d7ff66fed5fafb40d68
      https://github.com/llvm/llvm-project/commit/4db78322031ffbd5ea607d7ff66fed5fafb40d68
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules

  Log Message:
  -----------
  [LLDB] Make API tests to run using MSYS tools

MSYS 'uname' on windows returns "MSYS_NT*" instead of windows32 and also
MSYS 'pwd' returns non-windows path string.
This patch fixes Makefile.rules to make adjustments required to run LLDB
API tests using MSYS tools.

Differential Revision: https://reviews.llvm.org/D133002


  Commit: 0e6a71e6a3d11f6d9c9664b56f304757edf1c82e
      https://github.com/llvm/llvm-project/commit/0e6a71e6a3d11f6d9c9664b56f304757edf1c82e
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M lldb/test/Shell/helper/build.py

  Log Message:
  -----------
  [LLDB] Make build.py use uname to set platform

This patch makes build helper script build.py to use platform.uname for
machine/architecture detection. Visual studio environment when set using
various batch files like vcvars*.bat set PLATFORM environment variable
however VsDevCmd.bat does not set PLATFORM variable.

Differential Revision: https://reviews.llvm.org/D133011


Compare: https://github.com/llvm/llvm-project/compare/43e7d9af1d31...0e6a71e6a3d1


More information about the All-commits mailing list