summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/Makefile
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2009-08-15 12:53:15 +0000
committerRichard Osborne <richard@xmos.com>2009-08-15 12:53:15 +0000
commit1c8c15f6d2f3f7ffbeff5daa211907dff1b13650 (patch)
tree66826705f826210dac0342cfcc25d97bc81ca393 /lib/Target/XCore/Makefile
parent7d927212de4371e8883cab5b00651528baa6f83b (diff)
downloadllvm-1c8c15f6d2f3f7ffbeff5daa211907dff1b13650.tar.gz
llvm-1c8c15f6d2f3f7ffbeff5daa211907dff1b13650.tar.bz2
llvm-1c8c15f6d2f3f7ffbeff5daa211907dff1b13650.tar.xz
Move XCore AsmPrinter to XCore/AsmPrinter directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/Makefile')
-rw-r--r--lib/Target/XCore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile
index 9ca4560f0f..bd3b52a7ac 100644
--- a/lib/Target/XCore/Makefile
+++ b/lib/Target/XCore/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMXCore
+LIBRARYNAME = LLVMXCoreCodeGen
TARGET = XCore
# Make sure that tblgen is run, first thing.
@@ -17,7 +17,7 @@ BUILT_SOURCES = XCoreGenRegisterInfo.h.inc XCoreGenRegisterNames.inc \
XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
XCoreGenSubtarget.inc
-DIRS = TargetInfo
+DIRS = AsmPrinter TargetInfo
include $(LEVEL)/Makefile.common