This is an archive of the discontinued LLVM Phabricator instance.

Add powerpc64 to compiler-rt build infrastructure.
ClosedPublic

Authored by saugustine on Jul 31 2017, 1:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

saugustine created this revision.Jul 31 2017, 1:18 PM
timshen accepted this revision.Jul 31 2017, 2:19 PM

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.

This revision is now accepted and ready to land.Jul 31 2017, 2:19 PM
  • The current powerpc implementation of clear cache works for big endian.

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.

This revision was automatically updated to reflect the committed changes.