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 | 66de1893bc6d492b7aa6b27fc11bae0ae44847b8 (patch) | |
tree | 79c050cbf84d7584bdd3b102ec69151710c912d0 /tools/bugpoint/Makefile | |
parent | cb09cc268b510e99d40b3518c5a390369ae3ffd5 (diff) | |
download | external_llvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.zip external_llvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.tar.gz external_llvm-66de1893bc6d492b7aa6b27fc11bae0ae44847b8.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index a648a3c..b79e6c4 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) \ |