[Mlir-commits] [mlir] [mlir][emitc] Add EmitC index types (PR #93155)

Marius Brehler llvmlistbot at llvm.org
Mon Jun 3 04:37:52 PDT 2024


================
@@ -10,6 +10,7 @@ The following convention is followed:
     `emitc.call_opaque` operation, C++11 is required.
 *   If floating-point type template arguments are passed to an `emitc.call_opaque`
     operation, C++20 is required.
+*   If `ssize_t` is used, then the code requires the POSIX header `sys/types.h`,
----------------
marbre wrote:

Thanks for adding this to the markdown document.

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


More information about the Mlir-commits mailing list