summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-05 02:42:44 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-05 02:42:44 +0000
commit3e0b51ab3ba2b8e411fc9cedb7e762068671691b (patch)
tree553682f00eecd0db9e8ffe840686ed9d239d6dbf /lib/Target/PowerPC/Makefile
parentb986b7de5090d7ae4d91959f508f7a2f171466e8 (diff)
downloadllvm-3e0b51ab3ba2b8e411fc9cedb7e762068671691b.tar.gz
llvm-3e0b51ab3ba2b8e411fc9cedb7e762068671691b.tar.bz2
llvm-3e0b51ab3ba2b8e411fc9cedb7e762068671691b.tar.xz
* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between
Darwin and AIX and is not 32- or 64-bit specific * Bring back PowerPC.td as a result, to make it use the `PowerPC' class name * Adjust Makefile accordingly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 693b25d8f8..d9cac3c2f8 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -44,7 +44,7 @@ $(TARGET)GenCodeEmitter.inc:: PPC32.td $(TDFILES) $(TBLGEN)
@echo "Building $(TARGET) code emitter"
$(VERB) $(TBLGEN) -I $(SourceDir) $< -gen-emitter -o $@
-$(TARGET)GenAsmWriter.inc:: PPC32.td $(TDFILES) $(TBLGEN)
+$(TARGET)GenAsmWriter.inc:: PowerPC.td $(TDFILES) $(TBLGEN)
@echo "Building $(TARGET).td assembly writer with tblgen"
$(VERB) $(TBLGEN) -I $(SourceDir) $< -gen-asm-writer -o $@