[PATCH] D109317: [docs] Update release notes with items related to Flang

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 06:48:22 PDT 2021


awarzynski added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:58
 
+* Flang is now included alongside Clang in the binary packages released by
+  LLVM.
----------------
kiranchandramohan wrote:
> Is alongside Clang important? Should we say something about the default behaviour (i.e parse, unparse and use external compiler to generate code)?
> Is alongside Clang important?

Good point, let me remove this.

> Should we say something about the default behaviour (i.e parse, unparse and use external compiler to generate code)?

Wouldn't flang/docs/ReleaseNotes.md be more suitable for this level of detail? Also, there has been no changes between LLVM 12 and 13 here, so I'm not sure whether we should include this. If there are no further comments on this today, I will skip it and merge as is.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109317/new/

https://reviews.llvm.org/D109317



More information about the llvm-commits mailing list