summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-22 02:28:50 +0000
committerChris Lattner <sabre@nondot.org>2002-01-22 02:28:50 +0000
commit5ad6b8b779e6d43d4edeadb960a3e17c7f6e838e (patch)
treee18a09b8b4346f26c0cf602b72c20f7920526695 /tools/llc/Makefile
parentd7db863c1d03593bb633f67e76c6e9f8f0f40662 (diff)
Try again, now it works right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 129bf729488..b656c0d26c8 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc regalloc sched select target instrument livevar bcreader bcwriter vmcore asmwriter transforms analysis support
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target \
+ instrument livevar bcreader bcwriter transforms analysis scalaropts vmcore asmwriter support
include $(LEVEL)/Makefile.common