Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 16:54:59 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r223600 - projects/llvm-ia64/contrib/llvm/lib/Target/IA64
Message-ID:  <201106271654.p5RGsxZw005821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Mon Jun 27 16:54:59 2011
New Revision: 223600
URL: http://svn.freebsd.org/changeset/base/223600

Log:
  Add missing include of Support/Host.h, needed for sys::getHostCPUName()
  This function is called only when the host is ia64.

Modified:
  projects/llvm-ia64/contrib/llvm/lib/Target/IA64/IA64Subtarget.cpp

Modified: projects/llvm-ia64/contrib/llvm/lib/Target/IA64/IA64Subtarget.cpp
==============================================================================
--- projects/llvm-ia64/contrib/llvm/lib/Target/IA64/IA64Subtarget.cpp	Mon Jun 27 16:24:36 2011	(r223599)
+++ projects/llvm-ia64/contrib/llvm/lib/Target/IA64/IA64Subtarget.cpp	Mon Jun 27 16:54:59 2011	(r223600)
@@ -1,6 +1,8 @@
 #include "IA64.h"
 #include "IA64Subtarget.h"
 
+#include "llvm/Support/Host.h"
+
 #include "IA64GenSubtarget.inc"
 
 using namespace llvm;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106271654.p5RGsxZw005821>