[PATCH] D106137: [flang][driver] Add support for Frontend Plugins
Stuart Ellis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 10 03:27:30 PDT 2021
stuartellis updated this revision to Diff 365411.
stuartellis marked an inline comment as done.
stuartellis added a comment.
Address review comments
Small changes due to rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106137/new/
https://reviews.llvm.org/D106137
Files:
clang/include/clang/Driver/Options.td
flang/CMakeLists.txt
flang/examples/CMakeLists.txt
flang/examples/HelloWorld/CMakeLists.txt
flang/examples/HelloWorld/HelloWorldPlugin.cpp
flang/include/flang/Frontend/FrontendActions.h
flang/include/flang/Frontend/FrontendOptions.h
flang/include/flang/Frontend/FrontendPluginRegistry.h
flang/lib/Frontend/CompilerInvocation.cpp
flang/lib/Frontend/FrontendAction.cpp
flang/lib/Frontend/FrontendActions.cpp
flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
flang/test/CMakeLists.txt
flang/test/Driver/driver-help.f90
flang/test/Driver/plugin-example.f90
flang/test/lit.cfg.py
flang/test/lit.site.cfg.py.in
flang/tools/flang-driver/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106137.365411.patch
Type: text/x-patch
Size: 16393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210810/bf6d42b0/attachment.bin>
More information about the cfe-commits
mailing list