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://revie
stuartellis marked 9 inline comments as done.
stuartellis added inline comments.
Comment at: flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:92
+unsigned diagID = ci.diagnostics().getCustomDiagID(
+clang::DiagnosticsEngine::Error, "unable to find plugin '%0'");
+
stuartellis updated this revision to Diff 360887.
stuartellis added a comment.
Address review comments
Added some comments to a couple of places
Added new `FLANG_PLUGIN_SUPPORT` CMake flag to control exporting executable
symbols
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
stuartellis created this revision.
Herald added subscribers: dang, mgorny.
Herald added a reviewer: sscalpone.
Herald added a reviewer: awarzynski.
stuartellis requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Introducing a plugin API and a s
stuartellis updated this revision to Diff 349307.
stuartellis added a comment.
Address review comments
Renaming InitializationOnly to InitOnly
Add missing line in init-only.f90
Updating commit message with init-only/test-io comparison
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACT
stuartellis created this revision.
Herald added a reviewer: sscalpone.
Herald added a subscriber: dang.
Herald added a reviewer: awarzynski.
stuartellis requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Adding the -init-only option and corres