efriedma added a comment.

> The patch have been tested for a proprietary architecture, where there is a 
> difference between align and width of char.

The C standard requires that both  `alignof(char)` and `sizeof(char)` must 
equal 1, and therefore must equal each other.  Could you clarify the 
characteristics of your target?


Repository:
  rC Clang

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

https://reviews.llvm.org/D58811



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

Reply via email to