From ae2c1b7f15dcbcf819bc75e65d57fc128d20be27 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 14 Jan 2003 21:30:30 +0000 Subject: [PATCH] Link in lots o libraries llvm-svn: 5269 --- llvm/tools/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index a648a3c4759d..b79e6c47aa33 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/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) \