Add powerpc64 to compiler-rt build infrastructure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.