summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 21:30:30 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 21:30:30 +0000
commit66de1893bc6d492b7aa6b27fc11bae0ae44847b8 (patch)
tree79c050cbf84d7584bdd3b102ec69151710c912d0 /tools/bugpoint/Makefile
parentcb09cc268b510e99d40b3518c5a390369ae3ffd5 (diff)
downloadllvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.tar.gz
llvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.tar.bz2
llvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.tar.xz
Link in lots o libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index a648a3c475..b79e6c47aa 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = bugpoint
-#OPTLIBS = instrument profpaths
+OPTLIBS = transforms instrument profpaths
ANALIBS = datastructure ipa target.a
USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \