This is an archive of the discontinued LLVM Phabricator instance.

[flang][driver] Remove references to the `flang` bash script
ClosedPublic

Authored by awarzynski on Jun 6 2022, 3:07 AM.

Details

Summary

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.

Diff Detail

Event Timeline

awarzynski created this revision.Jun 6 2022, 3:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mgorny. · View Herald Transcript
awarzynski requested review of this revision.Jun 6 2022, 3:07 AM

Is it worth updating flang/docs/ReleaseNotes.md ? Though it seems to have been abandoned.

flang/tools/f18/flang-to-external-fc
2

flang-to-external-fc te -> to

awarzynski updated this revision to Diff 434449.Jun 6 2022, 5:51 AM

Fix typo, update release notes

This revision is now accepted and ready to land.Jun 6 2022, 5:53 AM

Is it worth updating flang/docs/ReleaseNotes.md ? Though it seems to have been abandoned.

It is, updated :) I removed all of the old stuff - that was written for LLVM 12 and should've been cleared ages ago.

This revision was landed with ongoing or failed builds.Jun 6 2022, 6:06 AM
This revision was automatically updated to reflect the committed changes.