[PATCH] D36108: Add powerpc64 to compiler-rt build infrastructure.

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 31 14:19:34 PDT 2017


timshen accepted this revision.
timshen added a comment.
This revision is now accepted and ready to land.

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.


https://reviews.llvm.org/D36108





More information about the cfe-commits mailing list