[all-commits] [llvm/llvm-project] c2e3e9: [flang][driver] Remove references to the `flang` b...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Jun 6 06:06:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2e3e91ddec002ac2514708867153e5f6b03dc48
https://github.com/llvm/llvm-project/commit/c2e3e91ddec002ac2514708867153e5f6b03dc48
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M flang/docs/FlangDriver.md
M flang/docs/ReleaseNotes.md
M flang/tools/f18/CMakeLists.txt
M flang/tools/f18/flang-to-external-fc
Log Message:
-----------
[flang][driver] Remove references to the `flang` bash script
This is a follow-up of https://reviews.llvm.org/D125832
(see also https://reviews.llvm.org/D125788 for more context). It simply
removes any remaining references to the `flang` bash script. Note that
that `flang-to-external-fc` remains intact.
This felt worthwhile mentioning in the release notes, which have not
been updated since LLVM 12 (we are approaching LLVM 15 now). I took the
liberty of removing all of the out-dated content and added a note about
the renaming.
Differential Revision: https://reviews.llvm.org/D127094
More information about the All-commits
mailing list