[llvm-commits] [llvm] r73385 - /llvm/trunk/docs/CodeGenerator.html

Torok Edwin edwintorok at gmail.com
Mon Jun 15 05:17:51 PDT 2009


Author: edwin
Date: Mon Jun 15 07:17:44 2009
New Revision: 73385

URL: http://llvm.org/viewvc/llvm-project?rev=73385&view=rev
Log:
x86_64 was completely missing from the target triples supported by the X86 code
generator!

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=73385&r1=73384&r2=73385&view=diff

==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Jun 15 07:17:44 2009
@@ -1773,6 +1773,8 @@
   <li><b>i386-pc-mingw32msvc</b> — MingW crosscompiler on Linux</li>
 
   <li><b>i686-apple-darwin*</b> — Apple Darwin on X86</li>
+
+  <li><b>x86_64-unknown-linux-gnu</b> — Linux</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list