[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:48:14 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:
(The comment about `genIntrinsicCall` looks odd.)
https://github.com/llvm/llvm-project/pull/97743
More information about the flang-commits
mailing list