From f7a3c50183726c5bbb02bb08d97e65f1066a249f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 7 Sep 2010 18:14:24 +0000 Subject: Create PTX backend. Patch by Che-Liang Chiou! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113235 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PTX/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/Target/PTX/Makefile (limited to 'lib/Target/PTX/Makefile') diff --git a/lib/Target/PTX/Makefile b/lib/Target/PTX/Makefile new file mode 100644 index 0000000..fcbf931 --- /dev/null +++ b/lib/Target/PTX/Makefile @@ -0,0 +1,19 @@ +##===- 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 = + +DIRS = AsmPrinter TargetInfo + +include $(LEVEL)/Makefile.common -- cgit v1.1