[all-commits] [llvm/llvm-project] bcd652: mlir/ods-gen: use bash from env in shell script

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Wed Dec 14 03:28:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcd6528554281d249ec66e0b9f94b7a1a9df7868
      https://github.com/llvm/llvm-project/commit/bcd6528554281d249ec66e0b9f94b7a1a9df7868
  Author: Ramkumar Ramachandra <r at artagnon.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M mlir/tools/mlir-linalg-ods-gen/update_core_linalg_named_ops.sh.in

  Log Message:
  -----------
  mlir/ods-gen: use bash from env in shell script

On macOS, hardcoding the path of bash leads to a failure in executing
update_core_linalg_named_ops.sh, due to an old version of bash being
present in that location.

Signed-off-by: Ramkumar Ramachandra <r at artagnon.com>

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




More information about the All-commits mailing list