[PATCH] D111573: [Flang][driver] Update docs

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 07:52:45 PDT 2021


awarzynski added a comment.

In D111573#3061258 <https://reviews.llvm.org/D111573#3061258>, @PeteSteinfeld wrote:

> Actually, I do think that end users would find it useful to dump out the symbol table and the parse tree.

We can (and probably should) make them available in `flang-new` then. As for `-fdebug-dump-provenance`,  it sounds like it should remain in `flang-new -fc1`.

> I agree with you that having experimental flags might be useful.  But I don't see why this utility is specific to the frontend.  Might it not also be useful to have experimental flags for the compiler driver?

We can have experimental flags in both drivers. I'm not suggesting any strict rules here. But, for every option that we add, we need to make a decision whether it's:

1. only available in `flang-new`
2. only available in `flang-new -fc1`
3. available in both `flang-new` and `flang-new -fc1`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111573



More information about the llvm-commits mailing list