[PATCH] D86269: [RFC][Target] Add a new backend target called CSKY

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 21:15:41 PDT 2020


zixuan-wu marked 5 inline comments as done.
zixuan-wu added inline comments.


================
Comment at: llvm/include/llvm/ADT/Triple.h:59
     bpfeb,          // eBPF or extended BPF or 64-bit BPF (big endian)
+    csky,           // CSKY: csky
     hexagon,        // Hexagon: hexagon
----------------
arsenm wrote:
> Usually the triple patch is split into a separate patch
split to https://reviews.llvm.org/D86505


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86269



More information about the llvm-commits mailing list