From 60d5b5fdeec64b69c92db60242d3d90b3f978e69 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Nov 2010 19:40:38 +0000 Subject: stub out a powerpc MCInstPrinter implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119059 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/PowerPC/Makefile') diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index addcf49834..484aa9849e 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -18,6 +18,6 @@ BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ PPCGenInstrInfo.inc PPCGenDAGISel.inc \ PPCGenSubtarget.inc PPCGenCallingConv.inc -DIRS = TargetInfo +DIRS = InstPrinter TargetInfo include $(LEVEL)/Makefile.common -- cgit v1.2.3