aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 18:43:56 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 18:43:56 +0000
commit1139691e3aadff751c035f38f835d436ec6cf10a (patch)
tree8287424f01072c252a61fe2a95498f545bf21b3e /lib/Target/XCore/Makefile
parenteff0581583ef10e2872e9baf537a04b67d992101 (diff)
downloadexternal_llvm-1139691e3aadff751c035f38f835d436ec6cf10a.zip
external_llvm-1139691e3aadff751c035f38f835d436ec6cf10a.tar.gz
external_llvm-1139691e3aadff751c035f38f835d436ec6cf10a.tar.bz2
move all the target's asmprinters into the main target. The piece
that should be split out is the InstPrinter (if a target is mc'ized). This change makes all the targets be consistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/Makefile')
-rw-r--r--lib/Target/XCore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile
index 1b70974..6c1ef88 100644
--- a/lib/Target/XCore/Makefile
+++ b/lib/Target/XCore/Makefile
@@ -18,7 +18,7 @@ BUILT_SOURCES = XCoreGenRegisterInfo.h.inc XCoreGenRegisterNames.inc \
XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
XCoreGenSubtarget.inc
-DIRS = AsmPrinter TargetInfo
+DIRS = TargetInfo
include $(LEVEL)/Makefile.common