[PATCH] D87989: [Flang][Driver] Add infrastructure for basic frontend actions and file I/O

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 24 07:02:26 PDT 2020


awarzynski added a comment.

Thank you all for your input! Before merging I took the liberty to rename `NoClangOption` as `FlangOnlyOption`. The new name reflects better what the flag is introduced for. Also, based on responses to [1], it is unlikely that it will be used beyond flang-only options. If that changes we can always rename it.

[1] http://lists.llvm.org/pipermail/cfe-dev/2020-October/066953.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87989



More information about the llvm-commits mailing list