summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/Makefile
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2008-11-05 09:53:58 +0000
committerRichard Osborne <richard@xmos.com>2008-11-05 09:53:58 +0000
commit617303ac7179153f3487233ba7f91747cef624ae (patch)
tree956735686e0d149fff24b36644b555729ee75629 /lib/Target/XCore/Makefile
parentc45cb9f739bd5d541576212f1e0cc2689a731ab8 (diff)
downloadllvm-617303ac7179153f3487233ba7f91747cef624ae.tar.gz
llvm-617303ac7179153f3487233ba7f91747cef624ae.tar.bz2
llvm-617303ac7179153f3487233ba7f91747cef624ae.tar.xz
Test commit, add Makefile for XCore target, more to follow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/Makefile')
-rw-r--r--lib/Target/XCore/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile
new file mode 100644
index 0000000000..1b4fbd9d70
--- /dev/null
+++ b/lib/Target/XCore/Makefile
@@ -0,0 +1,21 @@
+##===- lib/Target/XCore/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 = LLVMXCore
+TARGET = XCore
+
+# Make sure that tblgen is run, first thing.
+BUILT_SOURCES = XCoreGenRegisterInfo.h.inc XCoreGenRegisterNames.inc \
+ XCoreGenRegisterInfo.inc XCoreGenInstrNames.inc \
+ XCoreGenInstrInfo.inc XCoreGenAsmWriter.inc \
+ XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
+ XCoreGenSubtarget.inc
+
+include $(LEVEL)/Makefile.common
+