[all-commits] [llvm/llvm-project] 9b0603: [MLIR] Use internal shell for standalone tests (#2...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Jun 10 20:29:56 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b06039665f0013bc7ce13fb9ce7bbe406c2226a
      https://github.com/llvm/llvm-project/commit/9b06039665f0013bc7ce13fb9ce7bbe406c2226a
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-06-10 (Wed, 10 Jun 2026)

  Changed paths:
    M mlir/examples/standalone/test/lit.cfg.py

  Log Message:
  -----------
  [MLIR] Use internal shell for standalone tests (#203134)

The external shell will be removed soon

(https://discourse.llvm.org/t/rfc-removal-of-the-lit-external-shell/90951),
and this is one of the places where it hasn't been enabled by default.
There are no test failures caused by this, so we can just turn it on by
not explicitly setting execute_external as it defaults to False.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list