[all-commits] [llvm/llvm-project] 676314: [MLIR] Remove uses of %T from lit tests (#150725)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jul 25 17:49:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 676314a85f15a090ed0e7b8ce8fcebd61516faee
      https://github.com/llvm/llvm-project/commit/676314a85f15a090ed0e7b8ce8fcebd61516faee
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-25 (Fri, 25 Jul 2025)

  Changed paths:
    M mlir/test/mlir-runner/simple.mlir

  Log Message:
  -----------
  [MLIR] Remove uses of %T from lit tests (#150725)

%T has been deprecated for about seven years and is to be avoided given
it does not use a unique dir per test. Remove it from lit tests in MLIR
with the eventual goal to be removing support within llvm-lit.

This patch just reuses %t.o given it is deleted in between sections of
the test.



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