Bugpoint has the ability of generating a plethora of core files, so to
[oota-llvm.git] / tools / analyze / Makefile
index 065b093b5adf15c8b1d78c852bdef7c2021df535..6fd5d9400097aa0a308729a136958929edaea9a4 100644 (file)
@@ -1,6 +1,8 @@
 LEVEL = ../..
 TOOLNAME = analyze
-USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis support
+USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
+           datastructure target.a transformutils.a scalaropts.a vmcore support
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common