head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2011.02.20.19.33.47;	author dim;	state dead;
branches;
next	1.2;

1.2
date	2010.07.20.17.16.57;	author ed;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.09.19.32.20;	author rdivacky;	state Exp;
branches;
next	;


desc
@@


1.3
log
@SVN rev 218893 on 2011-02-20 19:33:47Z by dim

Upgrade our copy of llvm/clang to r126079, from upstream's trunk.

This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
@
text
@# $FreeBSD: src/lib/clang/libllvmpowerpcasmprinter/Makefile,v 1.2 2010/07/20 17:16:57 ed Exp $

LIB=	llvmpowerpcasmprinter

SRCDIR=	lib/Target/PowerPC/AsmPrinter
INCDIR=	lib/Target/PowerPC
SRCS=	PPCAsmPrinter.cpp

TGHDRS=	PPCGenAsmWriter \
	PPCGenInstrNames \
	PPCGenRegisterInfo.h \
	PPCGenRegisterNames

.include "../clang.lib.mk"
@


1.2
log
@SVN rev 210299 on 2010-07-20 17:16:57Z by ed

Upgrade our Clang in base to r108428.

This commit merges the latest LLVM sources from the vendor space. It
also updates the build glue to match the new sources. Clang's version
number is changed to match LLVM's, which means /usr/include/clang/2.0
has been renamed to /usr/include/clang/2.8.

Obtained from:	projects/clangbsd
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 208963 on 2010-06-09 19:32:20Z by rdivacky

Import the build makefiles for clang/LLVM.

Approved by:	ed (mentor)
@
text
@d9 3
a11 1
TGHDRS=	PPCGenAsmWriter PPCGenInstrNames PPCGenRegisterInfo.h \
@

