summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 1463893648f..d620983e1a7 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,4 +1,4 @@
-#===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
+#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,12 +6,13 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = cwriter \
sparcv9 \
x86 \
- powerpc \
+ skeleton \
selectiondag \
sparcv9regalloc \
sched \