[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


================
@@ -683,8 +683,18 @@ llvm.func @qux(%arg0: !llvm.ptr, %arg1: !llvm.ptr,
 llvm.func @_mlir_ciface_qux(!llvm.ptr)
 ```
 
+
+```cpp
+// The C function implementation for the interface function
----------------
ftynse wrote:

```suggestion
// The C function implementation for the interface function.
```

https://github.com/llvm/llvm-project/pull/120955


More information about the Mlir-commits mailing list