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


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

1.3
date	2010.09.20.16.43.17;	author dim;	state Exp;
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.4
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/libllvmarmasmprinter/Makefile,v 1.3 2010/09/20 16:43:17 dim Exp $

LIB=	llvmarmasmprinter

SRCDIR=	lib/Target/ARM/AsmPrinter
INCDIR=	lib/Target/ARM
SRCS=	ARMInstPrinter.cpp

TGHDRS=	ARMGenAsmWriter \
	ARMGenInstrNames \
	ARMGenRegisterNames

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


1.3
log
@SVN rev 212904 on 2010-09-20 16:43:17Z by dim

Upgrade our Clang in base to r114020, from upstream's release_28 branch.

Approved-by:	rpaulo (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
@


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
@d7 1
a7 3
SRCS=	ARMAsmPrinter.cpp \
	ARMInstPrinter.cpp \
	ARMMCInstLower.cpp
a10 1
	ARMGenRegisterInfo.h \
@


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
@d7 3
a9 1
SRCS=	ARMAsmPrinter.cpp ARMInstPrinter.cpp ARMMCInstLower.cpp
d11 3
a13 1
TGHDRS=	ARMGenAsmWriter ARMGenInstrNames ARMGenRegisterInfo.h \
@

