[llvm-branch-commits] [Flang][OpenMP] Derived type explicit allocatable member mapping (PR #111192)
Akash Banerjee via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 8 06:16:54 PDT 2024
================
@@ -13,19 +13,22 @@
#include "Utils.h"
#include "Clauses.h"
+#include <DirectivesCommon.h>
+
+#include <flang/Evaluate/fold.h>
#include <flang/Lower/AbstractConverter.h>
+#include <flang/Lower/ConvertExprToHLFIR.h>
----------------
TIFitis wrote:
Are all of the header file changes necessary? Just making sure we only have the minimal set here.
https://github.com/llvm/llvm-project/pull/111192
More information about the llvm-branch-commits
mailing list