summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-31 00:29:36 +0000
committerChris Lattner <sabre@nondot.org>2002-08-31 00:29:36 +0000
commite8a7d74b0a56490d48ba752ac41b711fb1d6d698 (patch)
treeca4a7ad3eb3fdda8bb94f33d49a100549f87896e /tools/llvm-dis/Makefile
parent0e9f93ea3704dfe1c10afe5881a11a354cd98303 (diff)
downloadllvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.tar.gz
llvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.tar.bz2
llvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.tar.xz
Get FindUsedTypes pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
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