Get FindUsedTypes pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-31 00:29:36 +00:00
parent 0e9f93ea37
commit e8a7d74b0a
2 changed files with 2 additions and 2 deletions

View 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

View 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