[all-commits] [llvm/llvm-project] cac573: [RFC][Target] Add a new triple called Triple::csky
Zi Xuan Wu (Zeson) via All-commits
all-commits at lists.llvm.org
Tue Sep 1 21:29:43 PDT 2020
Branch: refs/heads/wuzixuan/csky-master
Home: https://github.com/llvm/llvm-project
Commit: cac57361292aeb97484dec16c9e1c8174cf5a940
https://github.com/llvm/llvm-project/commit/cac57361292aeb97484dec16c9e1c8174cf5a940
Author: Zi Xuan Wu <zixuan.wu at linux.alibaba.com>
Date: 2020-09-02 (Wed, 02 Sep 2020)
Changed paths:
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
[RFC][Target] Add a new triple called Triple::csky
Before upstream a new target called CSKY, make a new triple of that called Triple::csky.
For now, it's a 32-bit little endian target and the detail can be referred at D86269.
This is the split part of D86269, which add a new target called CSKY.
Differential Revision: https://reviews.llvm.org/D86505
More information about the All-commits
mailing list