Test commit, add Makefile for XCore target, more to follow.

llvm-svn: 58755
This commit is contained in:
Richard Osborne 2008-11-05 09:53:58 +00:00
parent 68035d4076
commit bfd58d87f3
1 changed files with 21 additions and 0 deletions

View File

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