[PATCH] D107089: [flang][driver] Add print function name Plugin example

Stuart Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 09:54:33 PDT 2021


stuartellis added a comment.

I have split up the test and moved them into a new `flang/text/Examples` directory, but kept one test in the `flang/test/Drivers` directory, which doesn't reference the example plugin, for testing the incorrect plugin name Error diagnostic.

I have chosen for this plugin to skip counting/printing of Statement Functions or Module Procedures, which would be dealt with through `StmtFunctionStmt` and `MpSubprogramStmt` nodes respectively. I have adjusted the comment in the Plugin to make note of this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107089



More information about the llvm-commits mailing list