summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitbfd58d87f31f4c24604965d919b8bbdaa6ac9ff6 (patch)
treedb362070a759e659c3ec48bdb27f177d46b0a9a6 /llvm/lib
parent68035d407667a47648f54f3e87fab8762b888bf4 (diff)
downloadbcm5719-llvm-bfd58d87f31f4c24604965d919b8bbdaa6ac9ff6.tar.gz
bcm5719-llvm-bfd58d87f31f4c24604965d919b8bbdaa6ac9ff6.zip
Test commit, add Makefile for XCore target, more to follow.
llvm-svn: 58755
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/XCore/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/llvm/lib/Target/XCore/Makefile b/llvm/lib/Target/XCore/Makefile
new file mode 100644
index 00000000000..1b4fbd9d70b
--- /dev/null
+++ b/llvm/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
+
OpenPOWER on IntegriCloud