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


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

1.1
date	2011.02.20.19.33.47;	author dim;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 221345 on 2011-05-02 21:04:37Z by dim

Upgrade our copy of llvm/clang to r130700, from upstream's trunk.
@
text
@##===- lib/Target/PTX/Makefile -----------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../..
LIBRARYNAME = LLVMPTXCodeGen
TARGET = PTX

# Make sure that tblgen is run, first thing.
BUILT_SOURCES = PTXGenAsmWriter.inc \
		PTXGenDAGISel.inc \
		PTXGenInstrInfo.inc \
		PTXGenInstrNames.inc \
		PTXGenRegisterInfo.inc \
		PTXGenRegisterInfo.h.inc \
		PTXGenRegisterNames.inc \
		PTXGenSubtarget.inc

DIRS = TargetInfo

include $(LEVEL)/Makefile.common
@


1.1
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
@@

