summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
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 129bf72948..b656c0d26c 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