[Mlir-commits] [mlir] [mlir][docs] Add C example for C-compatible wrapper for LLVM IR (PR #120955)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Dec 24 01:14:04 PST 2024
================
@@ -760,6 +778,14 @@ llvm.func @_mlir_ciface_foo(%arg0: !llvm.ptr, %arg1: !llvm.ptr) {
}
```
+```cpp
+// The C function signature for the interface function
----------------
ftynse wrote:
```suggestion
// The C function signature for the interface function.
```
https://github.com/llvm/llvm-project/pull/120955
More information about the Mlir-commits
mailing list