summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-16 07:12:46 +0000
committerChris Lattner <sabre@nondot.org>2004-07-16 07:12:46 +0000
commit84c34b72d9b65f6f5e221559f7a211ae02e01bd7 (patch)
tree3c6818cdb2a06ae00cedaeed464cbad23c892e33 /tools/llc/Makefile
parent9404cce3493848240690516f50680958ce652a57 (diff)
downloadllvm-84c34b72d9b65f6f5e221559f7a211ae02e01bd7.tar.gz
llvm-84c34b72d9b65f6f5e221559f7a211ae02e01bd7.tar.bz2
llvm-84c34b72d9b65f6f5e221559f7a211ae02e01bd7.tar.xz
Build skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14876 91177308-0d34-0410-b5e6-96231b3b80d8
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 1463893648..d620983e1a 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 \