dalias added a comment.

That's a separate issue of clang having a slight types-ABI mismatch with some 
32-bit archs whose original ABIs used `long` instead of `int` for `wchar_t`. 
The wrong header order makes it quickly apparent, but these are independent; 
wrong header order is still wrong and will break (other) things even without 
this type mismatch. Backport of the fix would be much appreciated.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65699



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

Reply via email to