[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
Wed Apr 16 12:55:20 PDT 2025
================
@@ -357,6 +358,9 @@ class AbstractConverter {
/// functions in order to be in sync).
virtual mlir::SymbolTable *getMLIRSymbolTable() = 0;
+ virtual Fortran::lower::AccRoutineInfoMappingList &
----------------
akuhlens wrote:
That is indeed the formatting that clang-format has given us.
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list