[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:03 PST 2024


================
@@ -719,8 +729,15 @@ llvm.func @_mlir_ciface_foo(%arg0: !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