From 1ae0dec9b98141881fe751e3fe9601f3040995f0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 31 Aug 2002 00:29:36 +0000 Subject: [PATCH] Get FindUsedTypes pass llvm-svn: 3559 --- llvm/tools/dis/Makefile | 2 +- llvm/tools/llvm-dis/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/tools/dis/Makefile b/llvm/tools/dis/Makefile index 5ee0021c8a4d..5e7f6d31c01f 100644 --- a/llvm/tools/dis/Makefile +++ b/llvm/tools/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 diff --git a/llvm/tools/llvm-dis/Makefile b/llvm/tools/llvm-dis/Makefile index 5ee0021c8a4d..5e7f6d31c01f 100644 --- a/llvm/tools/llvm-dis/Makefile +++ b/llvm/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