[flang-commits] [flang] [flang] allow intrinsic module procedures to be implemented in Fortran (PR #97743)
via flang-commits
flang-commits at lists.llvm.org
Fri Jul 5 08:44:51 PDT 2024
================
@@ -25,6 +25,7 @@
namespace fir {
class StatementContext;
+struct IntrinsicHandlerEntry;
// TODO: Error handling interface ?
// TODO: Implementation is incomplete. Many intrinsics to tbd.
----------------
vdonaldson wrote:
You might double check if these comments are still useful and accurate.
https://github.com/llvm/llvm-project/pull/97743
More information about the flang-commits
mailing list