[PATCH] D120381: [SPARC] Add isSPARC* in Triple for SPARC

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 23:34:16 PST 2022


brad added a comment.

In D120381#3342008 <https://reviews.llvm.org/D120381#3342008>, @XiaodongLoong wrote:

> Since sparcv9 is Bi-endianness (https://en.wikipedia.org/wiki/Endianness#Bi-endianness), I add "sparcv9el" like on MIPS.  If it is not OK, I can delete it.

I don't think this makes sense. No one runs SPARCv9 with little endian.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120381/new/

https://reviews.llvm.org/D120381



More information about the llvm-commits mailing list