From: Torok Edwin Date: Mon, 15 Jun 2009 12:17:44 +0000 (+0000) Subject: x86_64 was completely missing from the target triples supported by the X86 code X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c457b65087cd79d74c8eab2a3fa4bbf0ba940c1a;p=oota-llvm.git 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 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 9a28f1f0ca3..cf228265c94 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1773,6 +1773,8 @@ define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
  • i386-pc-mingw32msvc — MingW crosscompiler on Linux
  • i686-apple-darwin* — Apple Darwin on X86
  • + +
  • x86_64-unknown-linux-gnu — Linux