summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-02 19:05:52 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-02 19:05:52 +0000
commit7ca255b76c39ca2dbe619b48b3b88f67db11e683 (patch)
treedd801fd8d38f320f50c2dac3174a3340ccfef2de /tools
parentb77232d1fc2796a5917f4044dfe82162e32cc0a7 (diff)
Link in the PowerPC back-end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \