Get FindUsedTypes pass
authorChris Lattner <sabre@nondot.org>
Sat, 31 Aug 2002 00:29:36 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 31 Aug 2002 00:29:36 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3559 91177308-0d34-0410-b5e6-96231b3b80d8

tools/dis/Makefile
tools/llvm-dis/Makefile

index 5ee0021c8a4d683c851fd75cfaecb18df0b9da1a..5e7f6d31c01f2d1ac3a7cd4086a2dfaa047c8857 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = dis
-USEDLIBS = bcreader vmcore support.a cwriter
+USEDLIBS = bcreader cwriter ipa.a vmcore support.a
 include $(LEVEL)/Makefile.common
 
 
index 5ee0021c8a4d683c851fd75cfaecb18df0b9da1a..5e7f6d31c01f2d1ac3a7cd4086a2dfaa047c8857 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = dis
-USEDLIBS = bcreader vmcore support.a cwriter
+USEDLIBS = bcreader cwriter ipa.a vmcore support.a
 include $(LEVEL)/Makefile.common