[flang-commits] [flang] [mlir] [mlir] share argument attributes interface between calls and callables (PR #123176)
River Riddle via flang-commits
flang-commits at lists.llvm.org
Mon Jan 27 11:04:24 PST 2025
================
@@ -14,6 +14,7 @@
#ifndef MLIR_INTERFACES_CALLINTERFACES_H
#define MLIR_INTERFACES_CALLINTERFACES_H
+#include "mlir/IR/OpImplementation.h"
----------------
River707 wrote:
OpImplementation.h pulls in a lot of extra junk, can you use forward declares here instead for whatever is needed?
https://github.com/llvm/llvm-project/pull/123176
More information about the flang-commits
mailing list