diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 21:30:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 21:30:30 +0000 |
commit | ae2c1b7f15dcbcf819bc75e65d57fc128d20be27 (patch) | |
tree | 644197a876a43e0fcd74b04018a0f94b09591e88 | |
parent | 4fd26cc90e0bf37f77fe72a030f4e42441e64301 (diff) | |
download | bcm5719-llvm-ae2c1b7f15dcbcf819bc75e65d57fc128d20be27.tar.gz bcm5719-llvm-ae2c1b7f15dcbcf819bc75e65d57fc128d20be27.zip |
Link in lots o libraries
llvm-svn: 5269
-rw-r--r-- | llvm/tools/bugpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index a648a3c4759..b79e6c47aa3 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) \ |