summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 673c78072ff..d6952d07927 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = sparc regalloc sched select target \
+USEDLIBS = sparc regalloc sched select sparc target \
instrument livevar bcreader bcwriter analysis transforms \
scalaropts transformutils vmcore support
OpenPOWER on IntegriCloud