[all-commits] [llvm/llvm-project] 5957e9: [mlir-reduce] Create proper tmp test files (NFC)

Christian Ulmann via All-commits all-commits at lists.llvm.org
Wed Mar 1 04:22:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5957e90c4ed332046d7461366fd579c268553939
      https://github.com/llvm/llvm-project/commit/5957e90c4ed332046d7461366fd579c268553939
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M mlir/test/mlir-reduce/failure-test.sh

  Log Message:
  -----------
  [mlir-reduce] Create proper tmp test files (NFC)

This commit ensures that the sh script creates temporary files with
mktmp to ensure they do not collide with existing files. The previous
behaviour caused sporadic permission issues on a multi-user system.

Reviewed By: gysit

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




More information about the All-commits mailing list