diff options
author | Edwin Török <edwintorok@gmail.com> | 2009-06-15 12:17:44 +0000 |
---|---|---|
committer | Edwin Török <edwintorok@gmail.com> | 2009-06-15 12:17:44 +0000 |
commit | 5513980c38fc402fa3b3ec63b029a6de300c0675 (patch) | |
tree | d79f9d8fa9eceb413b110afb2e67e765fc3a5c86 /docs | |
parent | 8bc02a84ba0afde719ea22690c7758dacf631280 (diff) | |
download | external_llvm-5513980c38fc402fa3b3ec63b029a6de300c0675.zip external_llvm-5513980c38fc402fa3b3ec63b029a6de300c0675.tar.gz external_llvm-5513980c38fc402fa3b3ec63b029a6de300c0675.tar.bz2 |
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')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 9a28f1f..cf22826 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> — 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> |