From 50880d08ec32857fa557281046c81a0506e7f64d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 18 Sep 2010 18:52:28 +0000 Subject: Add the exit instruction to the PTX target. Patch by Che-Liang Chiou ! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114294 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PTX/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/Target/PTX/Makefile') diff --git a/lib/Target/PTX/Makefile b/lib/Target/PTX/Makefile index fcbf931..cfb3b9c 100644 --- a/lib/Target/PTX/Makefile +++ b/lib/Target/PTX/Makefile @@ -12,7 +12,14 @@ LIBRARYNAME = LLVMPTXCodeGen TARGET = PTX # Make sure that tblgen is run, first thing. -BUILT_SOURCES = +BUILT_SOURCES = PTXGenAsmWriter.inc \ + PTXGenDAGISel.inc \ + PTXGenInstrInfo.inc \ + PTXGenInstrNames.inc \ + PTXGenRegisterInfo.inc \ + PTXGenRegisterInfo.h.inc \ + PTXGenRegisterNames.inc \ + PTXGenSubtarget.inc DIRS = AsmPrinter TargetInfo -- cgit v1.1