diff options
| author | Torok Edwin <edwintorok@gmail.com> | 2009-06-15 12:17:44 +0000 |
|---|---|---|
| committer | Torok Edwin <edwintorok@gmail.com> | 2009-06-15 12:17:44 +0000 |
| commit | 4378bf098cbd07182a09049ee95954eb8dd69587 (patch) | |
| tree | 0b9aa05bf80b6501ad72cde289ccca64bb0de4af /llvm/docs/CodeGenerator.html | |
| parent | 27f6cb18d1c757b5e4d9736f1a9cbcfb7ef8e051 (diff) | |
| download | bcm5719-llvm-4378bf098cbd07182a09049ee95954eb8dd69587.tar.gz bcm5719-llvm-4378bf098cbd07182a09049ee95954eb8dd69587.zip | |
x86_64 was completely missing from the target triples supported by the X86 code
generator!
llvm-svn: 73385
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 9a28f1f0ca3..cf228265c94 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -1773,6 +1773,8 @@ define fastcc i32 @tailcaller(i32 %in1, i32 %in2) { <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> |

