From 7ca255b76c39ca2dbe619b48b3b88f67db11e683 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Mon, 2 Feb 2004 19:05:52 +0000 Subject: [PATCH] Link in the PowerPC back-end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11074 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/llc/Makefile b/tools/llc/Makefile index d69ab046f54..1e63f01cfc7 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = sparc \ x86 \ + powerpc \ selectiondag \ regalloc \ sched \ -- 2.34.1