From de69bf99721a07dde3fd3ef975ca92ab18a86a0d Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Tue, 12 Jul 2005 00:20:49 +0000
Subject: add a note so I can remember the common t-t's
llvm-svn: 22386
---
llvm/docs/CodeGenerator.html | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
(limited to 'llvm/docs')
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
@@ -932,6 +932,28 @@ implementations.
+
+
+
+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.
+
+
+
+- i686-pc-linux-gnu - Linux
+- i386-unknown-freebsd5.3 - FreeBSD 5.3
+- i686-pc-cygwin - Cygwin on Win32
+- i686-pc-mingw32 - MingW on Win32
+- i686-apple-darwin* - Apple Darwin
+
+
+
+