[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)

via flang-commits flang-commits at lists.llvm.org
Tue Apr 29 01:27:55 PDT 2025


================
@@ -20,6 +21,7 @@
 #include "flang/Optimizer/Dialect/FIROpsSupport.h"
 #include "flang/Optimizer/Support/InternalNames.h"
 #include "flang/Optimizer/Support/Utils.h"
+#include "flang/Parser/parse-tree.h"
----------------
jeanPerier wrote:

Why is this extra include needed here?
If possible, I would prefer avoiding it, that is an expensive header to include (although there is a good chance it is already included indirectly).

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


More information about the flang-commits mailing list