summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:54:28 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:54:28 +0000
commit06be997654120c92f99850bf1a1704a2042ef639 (patch)
tree1101fde06edb3351a7b9c66bce5419d762162b99 /lib/Target/PowerPC/Makefile
parent3c3bc48d331db26aaff3ff4f7a61f60a17fea112 (diff)
downloadllvm-06be997654120c92f99850bf1a1704a2042ef639.tar.gz
llvm-06be997654120c92f99850bf1a1704a2042ef639.tar.bz2
llvm-06be997654120c92f99850bf1a1704a2042ef639.tar.xz
Factor out asmprinter out of ppc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 6cf3fa32d2..2ec959c14b 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMPowerPC
+LIBRARYNAME = LLVMPowerPCCodegen
TARGET = PPC
# Make sure that tblgen is run, first thing.
@@ -17,4 +17,6 @@ BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
PPCGenSubtarget.inc PPCGenCallingConv.inc
+DIRS = AsmPrinter
+
include $(LEVEL)/Makefile.common