From: Chris Lattner Date: Tue, 14 Jan 2003 21:30:30 +0000 (+0000) Subject: Link in lots o libraries X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=66de1893bc6d492b7aa6b27fc11bae0ae44847b8;p=oota-llvm.git Link in lots o libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5269 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index a648a3c4759..b79e6c47aa3 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) \