head	1.2;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.3
	RELENG_9_1:1.1.2.3.0.2
	RELENG_9_1_BP:1.1.2.3
	RELENG_9_0_0_RELEASE:1.1.2.2
	RELENG_9_0:1.1.2.2.0.2
	RELENG_9_0_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.04.16.21.23.25;	author dim;	state dead;
branches;
next	1.1;

1.1
date	2011.10.22.14.08.43;	author dim;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2011.10.28.21.08.39;	author dim;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2011.10.28.21.08.39;	author dim;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.05.18.21.49.11;	author dim;	state dead;
branches;
next	;


desc
@@


1.2
log
@SVN rev 234353 on 2012-04-16 21:23:25Z by dim

Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
upcoming 3.1 release (expected in a few weeks).  Preliminary release
notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC after:	2 weeks
@
text
@##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../../..
TOOLNAME = clang-tblgen
USEDLIBS = LLVMTableGen.a LLVMSupport.a
REQUIRES_EH := 1
REQUIRES_RTTI := 1

# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1

include $(LEVEL)/Makefile.common
@


1.1
log
@SVN rev 226633 on 2011-10-22 14:08:43Z by dim

Upgrade our copy of llvm/clang to r142614, from upstream's release_30
branch.  This brings us very close to the 3.0 release, which is expected
in a week or two.

MFC after:	1 week
@
text
@@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2011-10-28 21:12:28 +0000
@
text
@d1 19
@


1.1.2.2
log
@SVN rev 226890 on 2011-10-28 21:08:39Z by dim

MFC r226633:

Upgrade our copy of llvm/clang to r142614, from upstream's release_30
branch.  This brings us very close to the 3.0 release, which is expected
November 16, 2011.

Approved by:	re (kib)
@
text
@a0 19
##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../../..
TOOLNAME = clang-tblgen
USEDLIBS = LLVMTableGen.a LLVMSupport.a
REQUIRES_EH := 1
REQUIRES_RTTI := 1

# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1

include $(LEVEL)/Makefile.common
@


1.1.2.3
log
@SVN rev 235633 on 2012-05-18 21:49:11Z by dim

MFC r234353:

  Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
  upcoming 3.1 release (expected in a few weeks).  Preliminary release
  notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC r234982:

  Upgrade our copy of llvm/clang to r155985, from upstream's release_31
  branch.  This brings us very close to the 3.1 release, which is planned
  for May 14th.

MFC r235058:

  Make sure a few new internal clang headers get installed, I missed these
  in the last import.  They are sometimes needed when you want to use
  advanced instructions.

  Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
  it is redundant: we already have a stdalign.h header in /usr/include.

  Pointy hat to:	dim
  PR:		kern/167574
  Submitted by:	jkim
  Reported by:	Oliver Hartmann <ohartman@@zedat.fu-berlin.de>
@
text
@@


