[all-commits] [llvm/llvm-project] c719a8: [flang] Relax the Bash version check

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Thu Jan 13 09:05:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c719a8596d01cef9b54f0585bd2d68d657d8659a
      https://github.com/llvm/llvm-project/commit/c719a8596d01cef9b54f0585bd2d68d657d8659a
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M flang/tools/f18/flang

  Log Message:
  -----------
  [flang] Relax the Bash version check

As per https://github.com/flang-compiler/f18-llvm-project/issues/1344,
the `flang` bash script works fine with 4.4.19 and requiring
4.4.23 is too restrictive. Rather than keep updating the patch level,
this patch removes this particular check (so that it will only check the
major and minor versions instead).

As this is both rather straightforward and urgent, I'm merging this
without a review.




More information about the All-commits mailing list