hubert.reinterpretcast added a comment.

In D111078#3042913 <https://reviews.llvm.org/D111078#3042913>, @daltenty wrote:

> Good point, but the std::chrono::file_clock interface hasn't shipped yet on 
> the platform libc++, since it's currently still at a bit of a backlevel, so I 
> don't think that should be blocking to enabling the type.

I am concerned that `__int128` is an over-aligned type on AIX. The required 
alignment of the type is greater than the greatest fundamental alignment 
supported by default on the platform.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111078

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

Reply via email to