[llvm-branch-commits] [flang] [flang][OpenMP] Make OpenMPCriticalConstruct follow block structure (PR #152007)

Jack Styles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 5 01:21:20 PDT 2025


================
@@ -34,6 +34,7 @@
 #include "flang/Parser/openmp-utils.h"
 #include "flang/Parser/parse-tree.h"
 #include "flang/Semantics/openmp-directive-sets.h"
+#include "flang/Semantics/openmp-utils.h"
----------------
Stylie777 wrote:

nit: Is this change to the header file location critical for this patch? If it is not, could we do this in a separate PR? Otherwise, please ignore this comment.

https://github.com/llvm/llvm-project/pull/152007


More information about the llvm-branch-commits mailing list