This revision was automatically updated to reflect the committed changes.
Closed by commit rL309634: Add powerpc64 to compiler-rt build infrastructure.
(authored by saugustine).
Changed prior to commit:
https://reviews.llvm.org/D36108?vs=109015&id=109017#toc
Repository:
rL LLVM
https://revi
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. W
saugustine updated this revision to Diff 109015.
saugustine added a comment.
- The current powerpc implementation of clear cache works for big endian.
https://reviews.llvm.org/D36108
Files:
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
compiler-rt/cmake/builtin-config-ix.cmake
compiler-
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 e
saugustine created this revision.
Herald added subscribers: aheejin, mgorny, dberris, nemanjai.
Add powerpc64 to compiler-rt build infrastructure.
https://reviews.llvm.org/D36108
Files:
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
compiler-rt/cmake/builtin-config-ix.cmake
compiler-rt/l