[PATCH] D111078: [AIX] Enable int128 in 64 bit mode
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 07:55:45 PDT 2021
daltenty added a comment.
> Making a change to whether a platform has __int128 affects the ABI of libc++'s std::chrono::file_clock. We should make sure the mitigation patch is posted and accepted.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111078/new/
https://reviews.llvm.org/D111078
More information about the llvm-commits
mailing list