summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 6020c2f1791..692a50349ff 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select sparc target opt livevar bcreader vmcore asmwriter analysis support
+USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt livevar bcreader vmcore asmwriter analysis support
include $(LEVEL)/Makefile.common