summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-06 17:41:18 +0000
committerChris Lattner <sabre@nondot.org>2002-03-06 17:41:18 +0000
commit70d12b037b76b7d04dc1c40a2283d117cdb48245 (patch)
treefa0cb12ebf6ffacb76f7011faad21ab4ce0ced0b /tools/llvm-as
parente2aed3531939fac811bc2aa94af07a5fa4c0aa5f (diff)
downloadllvm-70d12b037b76b7d04dc1c40a2283d117cdb48245.tar.gz
llvm-70d12b037b76b7d04dc1c40a2283d117cdb48245.tar.bz2
llvm-70d12b037b76b7d04dc1c40a2283d117cdb48245.tar.xz
Since verifier and SlotCalculator are now in VMCore library, libanalysis is
no longer required git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 8b7a961564..0845f0f865 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
-USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
+USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common