x86_64 was completely missing from the target triples supported by the X86 code

generator!

llvm-svn: 73385
This commit is contained in:
Torok Edwin 2009-06-15 12:17:44 +00:00
parent 904e6801af
commit 236a5272f3

View 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>