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
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index cc26eda..42e87ca 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -11,7 +11,7 @@
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)