mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-18 07:52:35 +00:00
Suggest looking at the SPARC backend. How weird is that?? :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ccdcdf3e2e
commit
8e9f2ceea3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user