[llvm-branch-commits] [flang] [flang][OpenMP] Make OpenMPCriticalConstruct follow block structure (PR #152007)
Krzysztof Parzyszek via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 5 05:52: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"
----------------
kparzysz wrote:
Yes, this header was local to lib/Semantics, and I wanted to use it in here in Lower, so I moved it to include/flang/Semantics.
https://github.com/llvm/llvm-project/pull/152007
More information about the llvm-branch-commits
mailing list