JonChesterfield added a comment.

> the access size (8 bytes) exceeds the max lock-free size (0  bytes) 
> [-Watomic-alignment

That's not a useful warning. Every size is greater than 0. I guess nvptx hasn't 
set a value somewhere in clang for max lock free size.

Fortunately we only compile with clang, so let's just pass Wno-atomic-alignment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94745

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

Reply via email to