summaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-06-15 12:17:44 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-06-15 12:17:44 +0000
commitc457b65087cd79d74c8eab2a3fa4bbf0ba940c1a (patch)
treed79f9d8fa9eceb413b110afb2e67e765fc3a5c86 /docs/CodeGenerator.html
parent42de34f013ee15377dd78aa0d827100166cb66c9 (diff)
downloadllvm-c457b65087cd79d74c8eab2a3fa4bbf0ba940c1a.tar.gz
llvm-c457b65087cd79d74c8eab2a3fa4bbf0ba940c1a.tar.bz2
llvm-c457b65087cd79d74c8eab2a3fa4bbf0ba940c1a.tar.xz
x86_64 was completely missing from the target triples supported by the X86 code
generator! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 9a28f1f0ca..cf228265c9 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1773,6 +1773,8 @@ define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
<li><b>i386-pc-mingw32msvc</b> &mdash; MingW crosscompiler on Linux</li>
<li><b>i686-apple-darwin*</b> &mdash; Apple Darwin on X86</li>
+
+ <li><b>x86_64-unknown-linux-gnu</b> &mdash; Linux</li>
</ul>
</div>