[PATCH] D36108: Add powerpc64 to compiler-rt build infrastructure.
Sterling Augustine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 31 15:20:57 PDT 2017
saugustine added a comment.
In https://reviews.llvm.org/D36108#826673, @timshen wrote:
> Offline discussion discovered that __clear_cache() is not implemented for powerpc64 (the big-endian target). I think it's correct to use the same implementation of __clear_cache() for both endianness. With that change (possibly in the same patch), this patch looks good.
Done. Thanks.
https://reviews.llvm.org/D36108
More information about the cfe-commits
mailing list