[PATCH] D34618: [LLD] Add basic 64-bit SPARC support

Mark Kettenis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 13:40:24 PDT 2017


kettenis marked 5 inline comments as done.
kettenis added a comment.

Was thinking about the older SPARCV7 CPUs used in the sun4 and sun4c machines when I made that remark. But it seems that even the SPARCV8 reference MMU uses a 4K page size. Nevertheless one would probably still use 8K as the "minimum" page size for 32-bit code to allow code to run on SPARCV9 hardware. That is what the GNU toolchain does.


https://reviews.llvm.org/D34618





More information about the llvm-commits mailing list