jhuber6 added a comment.

This currently fails some Clang tests because of an error with how `size_t` is 
handled by Clang versus OMPKinds.def. The compiler will crash when generating 
code for a 32 bit device on a 64 bit host because Clang uses the `size_t` from 
the host while OMPKinds.def uses the `size_t` from the device.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88430/new/

https://reviews.llvm.org/D88430

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to