[flang-commits] [PATCH] D139892: [flang] Submodules
Pete Steinfeld via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Dec 12 19:15:27 PST 2022
PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.
Aside from the one formatting nit, all builds and tests correctly and looks good.
================
Comment at: flang/lib/Lower/PFTBuilder.cpp:1352
+ }
+ Fortran::lower::pft::VariableList getVariableList() {
+ return std::move(layeredVarList[0]);
----------------
I'm getting a diff on this link when I run clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139892/new/
https://reviews.llvm.org/D139892
More information about the flang-commits
mailing list