x86_64 was completely missing from the target triples supported by the X86 code
authorTorok Edwin <edwintorok@gmail.com>
Mon, 15 Jun 2009 12:17:44 +0000 (12:17 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Mon, 15 Jun 2009 12:17:44 +0000 (12:17 +0000)
generator!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73385 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 9a28f1f0ca3d08679539af30aa1cc80d84ee7488..cf228265c94d17c614762325afe239da23c01e7b 100644 (file)
@@ -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>