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 | 94202988a83f43907a7d9cc04b047052122a5dff (patch) | |
tree | d1ea4fd6b827f2e143e25cf04943d68358c7610c /tools | |
parent | 5bdf1614182c679c0d0a50f28f5810ee14110800 (diff) | |
download | external_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 'tools')
-rw-r--r-- | tools/analyze/Makefile | 2 | ||||
-rw-r--r-- | tools/as/Makefile | 2 | ||||
-rw-r--r-- | tools/dis/Makefile | 2 | ||||
-rw-r--r-- | tools/gccas/Makefile | 2 | ||||
-rw-r--r-- | tools/gccld/Makefile | 2 | ||||
-rw-r--r-- | tools/link/Makefile | 2 | ||||
-rw-r--r-- | tools/llc/Makefile | 2 | ||||
-rw-r--r-- | tools/lli/Makefile | 3 | ||||
-rw-r--r-- | tools/llvm-as/Makefile | 2 | ||||
-rw-r--r-- | tools/llvm-dis/Makefile | 2 | ||||
-rw-r--r-- | tools/llvm-link/Makefile | 2 | ||||
-rw-r--r-- | tools/opt/Makefile | 2 |
12 files changed, 12 insertions, 13 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 2374af3..9a33f95 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis ipa datastructure transforms support +USEDLIBS = analysis asmparser bcreader scalaropts vmcore analysis ipa datastructure transforms support include $(LEVEL)/Makefile.common diff --git a/tools/as/Makefile b/tools/as/Makefile index 0845f0f..2a2ee1a 100644 --- a/tools/as/Makefile +++ b/tools/as/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = as -USEDLIBS = asmparser bcwriter asmwriter vmcore support +USEDLIBS = asmparser bcwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/dis/Makefile b/tools/dis/Makefile index 0614c6d..b9a314b 100644 --- a/tools/dis/Makefile +++ b/tools/dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader asmwriter vmcore support +USEDLIBS = bcreader vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 144f9cb..34ccd9a 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = gccas -USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore asmwriter support +USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index 2c02ad9..5d99de3 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = gccld -USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter analysis vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/link/Makefile b/tools/link/Makefile index 037e3a8..33a6913 100644 --- a/tools/link/Makefile +++ b/tools/link/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = link -USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 569bb61..85b741e 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = llc USEDLIBS = sparc regalloc sched select target \ instrument livevar bcreader bcwriter analysis transforms analysis \ - scalaropts vmcore asmwriter support + scalaropts vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 8012468..4a56411 100644 --- a/tools/lli/Makefile +++ b/tools/lli/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 diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index 0845f0f..2a2ee1a 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = as -USEDLIBS = asmparser bcwriter asmwriter vmcore support +USEDLIBS = asmparser bcwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 0614c6d..b9a314b 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = dis -USEDLIBS = bcreader asmwriter vmcore support +USEDLIBS = bcreader vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 037e3a8..33a6913 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = link -USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter vmcore support include $(LEVEL)/Makefile.common diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 8a7fec4..678812a 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ +USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ ipo ipa datastructure target analysis transforms vmcore support include $(LEVEL)/Makefile.common |