[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
Andre Kuhlenschmidt via flang-commits
flang-commits at lists.llvm.org
Thu May 1 08:17:04 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"
----------------
akuhlens wrote:
As it turns out, it wasn't. I think this got pulled in while I was iterating and ultimately wasn't needed. Removed!
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list