aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-28 19:55:16 +0000
committerChris Lattner <sabre@nondot.org>2004-02-28 19:55:16 +0000
commitd62276a66e7678fbbc1e7ac3c45b55de2647b4de (patch)
tree2c57fc7044adc4d57c1201e267ea948ca34a0788 /tools/llc/Makefile
parent3da51173349e2ec6d26228d4d2f59c91fccc39b0 (diff)
Add a hook to run with the V8 target, though it doesn't currently work. Also
mark the PPC backend as experimental git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index fb0d06080d..0f77156cc5 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = cwriter \
+ sparcv8 \
sparcv9 \
x86 \
powerpc \