diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-13 23:01:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-13 23:01:14 +0000 |
commit | 055b3ff7bd2e1b9cf7dfda3181e67416bfd5c445 (patch) | |
tree | 27d699c39f6502c505e12f9a851964e94b48ea89 /tools/llvm-dis/Makefile | |
parent | 208d638fa4fbf31ba83445861ad13c2e8c72e5f4 (diff) |
Change how we create the cwriter, and add a buttload of libraries that it now
needs. This will be fixed shortly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11407 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r-- | tools/llvm-dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index d5d0f93dfa..aac499c77b 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-dis -USEDLIBS = bcreader cwriter ipa.a vmcore support.a +USEDLIBS = cwriter ipa.a scalaropts.a target.a transformutils analysis.a bcreader vmcore support.a include $(LEVEL)/Makefile.common |