| commit | b2e5472d854365ee26a24c7fe3ec6adfc2362ae4 | [log] [tgz] |
|---|---|---|
| author | Alex Bradbury <asb@lowrisc.org> | Tue Nov 01 17:27:54 2016 +0000 |
| committer | Alex Bradbury <asb@lowrisc.org> | Tue Nov 01 17:27:54 2016 +0000 |
| tree | 020082cb3297d3d7c41bc8b26742821f0cc607c3 | |
| parent | 9677b602880c0202108686e6d2d4f2d1df36608d [diff] |
[RISCV] Add stub backend This contains just enough for lib/Target/RISCV to compile. Notably a basic RISCVTargetMachine and RISCVTargetInfo. At this point you can attempt llc -march=riscv32 myinput.ll and will find it fails due to the lack of MCAsmInfo. See http://lists.llvm.org/pipermail/llvm-dev/2016-August/103748.html for further discussion Differential Revision: https://reviews.llvm.org/D23560 llvm-svn: 285712