aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 22:35:30 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 22:35:30 +0000
commit94202988a83f43907a7d9cc04b047052122a5dff (patch)
treed1ea4fd6b827f2e143e25cf04943d68358c7610c /lib/ExecutionEngine/Makefile
parent5bdf1614182c679c0d0a50f28f5810ee14110800 (diff)
downloadexternal_llvm-94202988a83f43907a7d9cc04b047052122a5dff.zip
external_llvm-94202988a83f43907a7d9cc04b047052122a5dff.tar.gz
external_llvm-94202988a83f43907a7d9cc04b047052122a5dff.tar.bz2
Remove asmwriter library from link line, because the useful contents of it
have been incorporated into the vmcore library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Makefile')
-rw-r--r--lib/ExecutionEngine/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index 8012468..4a56411 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/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