From e8a7d74b0a56490d48ba752ac41b711fb1d6d698 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 31 Aug 2002 00:29:36 +0000 Subject: Get FindUsedTypes pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3559 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-dis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-dis/Makefile') diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 5ee0021c8a..5e7f6d31c0 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -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 -- cgit v1.2.3