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/lib | |
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/lib')
-rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 8012468d8b0..4a5641106d0 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile @@ -1,7 +1,6 @@ LEVEL = ../.. TOOLNAME = lli -USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \ - target transforms +USEDLIBS = bcreader vmcore analysis support target transforms TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |