[Mlir-commits] [mlir] [mlir][emitc] Add EmitC index types (PR #93155)
Corentin Ferry
llvmlistbot at llvm.org
Wed May 29 04:35:58 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`,
----------------
cferry-AMD wrote:
```suggestion
* If `ssize_t` is used, then the code requires the POSIX header `sys/types.h`.
```
https://github.com/llvm/llvm-project/pull/93155
More information about the Mlir-commits
mailing list