[all-commits] [llvm/llvm-project] b21ddd: [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:47:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b21ddded8f04fee925bbf9e6458347104b5b99eb
https://github.com/llvm/llvm-project/commit/b21ddded8f04fee925bbf9e6458347104b5b99eb
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