Add powerpc64 to compiler-rt build infrastructure.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 8796 Build 8796: arc lint + arc unit
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.