From c457b65087cd79d74c8eab2a3fa4bbf0ba940c1a Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Mon, 15 Jun 2009 12:17:44 +0000 Subject: [PATCH] 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 --- docs/CodeGenerator.html | 2 ++ 1 file changed, 2 insertions(+) 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
  • -- 2.34.1