summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/opt/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index 989bc642bd6..9b1df54b851 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/tools/opt/Makefile
@@ -1,15 +1,8 @@
LEVEL = ../..
TOOLNAME = opt
-#USEDLIBS = bcreader bcwriter profpaths \
-# analysis transforms vmcore support
-
-
-USEDLIBS = bcreader bcwriter instrument profpaths \
+USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
ipo ipa datastructure transforms target analysis transformutils vmcore support
-#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
-# ipo ipa datastructure transforms target analysis transformutils vmcore support
-
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud