[all-commits] [llvm/llvm-project] 217025: [CI] Add check-mlir-python to MLIR pre-merge check...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Sat Nov 25 01:55:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2170252b443f898d7c650ce93ab701a697c351df
      https://github.com/llvm/llvm-project/commit/2170252b443f898d7c650ce93ab701a697c351df
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2023-11-25 (Sat, 25 Nov 2023)

  Changed paths:
    M .ci/monolithic-linux.sh
    M .ci/monolithic-windows.sh

  Log Message:
  -----------
  [CI] Add check-mlir-python to MLIR pre-merge checks (#72847)

PR for: https://discourse.llvm.org/t/add-check-mlir-python-to-the-mlir-pre-commit-tests/74041

It’s easy to forget about the Python bindings and not build/test them
locally. It’s also easy to change something that’ll break the python
binding tests and not find out till after you’ve committed your change.

These tests seem to run quickly and don’t require much extra setup, so
let's add them to the general MLIR pre-merge tests.




More information about the All-commits mailing list