diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-25 05:19:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-25 05:19:17 +0000 |
commit | 439194655810170cf600929fabc5fdeb2772f298 (patch) | |
tree | aba37238d88c683480ddae2acac1687246ff7c42 /tools/opt/Makefile | |
parent | d28b0d73da0e965c041e949fc4676396f51f2407 (diff) |
Make sure to link all IPA's into opt, so that it has access to stuff like
anders-aa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index cc26eda28e..42e87ca8bb 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -11,7 +11,7 @@ TOOLNAME = opt USEDLIBS = bcreader bcwriter \ instrument profpaths scalaropts \ - ipo ipa.a datastructure transforms target.a analysis \ + ipo ipa datastructure transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = $(PLATFORMLIBDL) |