diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-31 00:29:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-31 00:29:36 +0000 |
commit | e8a7d74b0a56490d48ba752ac41b711fb1d6d698 (patch) | |
tree | ca4a7ad3eb3fdda8bb94f33d49a100549f87896e /tools/dis | |
parent | 0e9f93ea3704dfe1c10afe5881a11a354cd98303 (diff) | |
download | external_llvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.zip external_llvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.tar.gz external_llvm-e8a7d74b0a56490d48ba752ac41b711fb1d6d698.tar.bz2 |
Get FindUsedTypes pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/dis')
-rw-r--r-- | tools/dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dis/Makefile b/tools/dis/Makefile index 5ee0021..5e7f6d3 100644 --- a/tools/dis/Makefile +++ b/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 |