[PATCH] D23557: [RISCV 1/10] Recognise riscv32 and riscv64 in triple parsing code

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 08:17:03 PDT 2016


asb created this revision.
asb added reviewers: theraven, jyknight.
asb added a subscriber: llvm-commits.

I'm sharing an initial set of patches that incrementally add an MC layer for RISC-V to LLVM. I've split everything up in to what are hopefully easily reviewable chunks (much like has been done with the incremental import of the AVR backend).

https://reviews.llvm.org/D23557

Files:
  include/llvm/ADT/Triple.h
  lib/Support/Triple.cpp
  unittests/ADT/TripleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23557.68181.patch
Type: text/x-patch
Size: 6196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/da88aba6/attachment.bin>


More information about the llvm-commits mailing list