diff options
Diffstat (limited to 'llvm')
-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) \ |