[PATCH] D116608: [flang] Document the requirements for the `flang` wrapper script

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 11:04:08 PST 2022


awarzynski created this revision.
Herald added a project: Flang.
awarzynski requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

This was discussed in more detail in
https://github.com/flang-compiler/f18-llvm-project/issues/1344. Many
thanks to Anthony Cabrera for the suggestion.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116608

Files:
  flang/tools/f18/flang


Index: flang/tools/f18/flang
===================================================================
--- flang/tools/f18/flang
+++ flang/tools/f18/flang
@@ -12,6 +12,8 @@
 #   * run Flang's compiler driver to unparse the input source files
 #   * use the external compiler (defined via FLANG_FC environment variable) to
 #   compile the unparsed source files
+#
+# Tested with Bash 4.4.23 (please use Bash >= 4.4.23 to run it).
 #===------------------------------------------------------------------------===#
 set -euo pipefail
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116608.397344.patch
Type: text/x-patch
Size: 527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220104/798a8bb0/attachment.bin>


More information about the llvm-commits mailing list