diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-07 22:35:30 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-07 22:35:30 +0000 |
| commit | cd739a66cffb27223edc38a7e629a9069672b364 (patch) | |
| tree | 8ed6a07abccaac25e6d967321c6aaa268c394c47 /llvm/tools/llvm-dis | |
| parent | ef164d438c3869f7afcf91c6f68fb8eb14a3c501 (diff) | |
| download | bcm5719-llvm-cd739a66cffb27223edc38a7e629a9069672b364.tar.gz bcm5719-llvm-cd739a66cffb27223edc38a7e629a9069672b364.zip | |
Remove asmwriter library from link line, because the useful contents of it
have been incorporated into the vmcore library.
llvm-svn: 2153
Diffstat (limited to 'llvm/tools/llvm-dis')
| -rw-r--r-- | llvm/tools/llvm-dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dis/Makefile b/llvm/tools/llvm-dis/Makefile index 0614c6dca7d..b9a314b7e3d 100644 --- a/llvm/tools/llvm-dis/Makefile +++ b/llvm/tools/llvm-dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader asmwriter vmcore support +USEDLIBS = bcreader vmcore support include $(LEVEL)/Makefile.common |

