OSDN Git Service

[RISCV] Recognise riscv32 and riscv64 in triple parsing code
authorAlex Bradbury <asb@lowrisc.org>
Tue, 1 Nov 2016 16:47:54 +0000 (16:47 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 1 Nov 2016 16:47:54 +0000 (16:47 +0000)
commit404c9d53b5cce7e0dcd6bbfc6d2e41a8d31e3fe6
tree247daeafee4ad93a4a35c5b89e5bc72e7a230cba
parenteee7c89f77b75f207b4671a403af627f221cd524
[RISCV] Recognise riscv32 and riscv64 in triple parsing code

This is the first in a series of 10 initial patches that incrementally add an
MC layer for RISC-V to LLVM. See
<http://lists.llvm.org/pipermail/llvm-dev/2016-August/103748.html> for more
discussion.

Differential Revision: https://reviews.llvm.org/D23557

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285707 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp