Suggest looking at the SPARC backend. How weird is that?? :)

llvm-svn: 27957
This commit is contained in:
Chris Lattner 2006-04-24 16:34:45 +00:00
parent 679d1dd5cf
commit 283f1992d4

View File

@ -61,8 +61,9 @@ convert the LLVM representation to machine assembly code or other languages.</p>
<div class="doc_text">
<p>In general, you want to follow the format of X86 or PowerPC (in
<tt>lib/Target</tt>).</p>
<p>In general, you want to follow the format of SPARC, X86 or PowerPC (in
<tt>lib/Target</tt>). SPARC is the simplest backend, and is RISC, so if
you're working on a RISC target, it is a good one to start with.</p>
<p>To create a static compiler (one that emits text assembly), you need to
implement the following:</p>