diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-07-12 00:20:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-07-12 00:20:49 +0000 |
| commit | de69bf99721a07dde3fd3ef975ca92ab18a86a0d (patch) | |
| tree | fc5c72704364cc89a98d44f62b335ac2829d16c1 /llvm/docs | |
| parent | fd564c6bc96cf2ea2351214fe8b3c10b0311cf9c (diff) | |
| download | bcm5719-llvm-de69bf99721a07dde3fd3ef975ca92ab18a86a0d.tar.gz bcm5719-llvm-de69bf99721a07dde3fd3ef975ca92ab18a86a0d.zip | |
add a note so I can remember the common t-t's
llvm-svn: 22386
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index b6048108b87..700a4fcf224 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -934,6 +934,28 @@ implementations.</p> <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"> + <a name="x86_tt">X86 Target Triples Supported</a> +</div> + +<div class="doc_text"> +<p> +The following are the known target triples that are supported by the X86 +backend. This is not an exhaustive list, but it would be useful to add those +that people test. +</p> + +<ul> +<li><b>i686-pc-linux-gnu</b> - Linux</li> +<li><b>i386-unknown-freebsd5.3</b> - FreeBSD 5.3</li> +<li><b>i686-pc-cygwin</b> - Cygwin on Win32</li> +<li><b>i686-pc-mingw32</b> - MingW on Win32</li> +<li><b>i686-apple-darwin*</b> - Apple Darwin</li> +</ul> + +</div> + +<!-- _______________________________________________________________________ --> +<div class="doc_subsubsection"> <a name="x86_memory">Representing X86 addressing modes in MachineInstrs</a> </div> |

