cbalint13 opened a new pull request, #17954:
URL: https://github.com/apache/tvm/pull/17954

   A tiny fix  for the refactored FFI backend.
   This happens with latest clang, it probably gets confused about type of 
```nullptr_t```.
   
   ```
   # make -j8
   {...}
   In file included from 
/home/cbalint/rpmbuild/BUILD/tvm-0.20-build/tvm/ffi/include/tvm/ffi/container/array.h:29:
   In file included from 
/home/cbalint/rpmbuild/BUILD/tvm-0.20-build/tvm/ffi/include/tvm/ffi/any.h:27:
   
/home/cbalint/rpmbuild/BUILD/tvm-0.20-build/tvm/ffi/include/tvm/ffi/string.h:214:10:
 error: field has incomplete type 'String'
     214 |   String(nullptr_t) = delete;  // NOLINT(*)
   {...}
   # rpm -q clang
   clang-20.1.2-3.fc42.riscv64
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to