summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 18:18:26 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 18:18:26 +0000
commit56c3f2224971ce47b0c3dc1a6534b7cccba3e7bc (patch)
treef530fd043cd68c560bba8a69b0f19982d19309cf
parent3d3f4df710088d1c172827fbe19947e6240d22e7 (diff)
downloadbcm5719-llvm-56c3f2224971ce47b0c3dc1a6534b7cccba3e7bc.tar.gz
bcm5719-llvm-56c3f2224971ce47b0c3dc1a6534b7cccba3e7bc.zip
Straighten out makefiles after moving code to new Transform Utils library
llvm-svn: 2520
-rw-r--r--llvm/tools/gccas/Makefile2
-rw-r--r--llvm/tools/gccld/Makefile2
-rw-r--r--llvm/tools/llc/Makefile4
-rw-r--r--llvm/tools/opt/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile
index 34ccd9a1e36..ee9348bb20d 100644
--- a/llvm/tools/gccas/Makefile
+++ b/llvm/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore support
+USEDLIBS = asmparser bcwriter transforms scalaropts analysis transforms target transformutils ipa vmcore support
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile
index c4e2987a4bb..f808aa798a2 100644
--- a/llvm/tools/gccld/Makefile
+++ b/llvm/tools/gccld/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccld
-USEDLIBS = transforms ipo ipa analysis scalaropts target bcreader bcwriter vmcore support
+USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile
index 85b741ef810..673c78072ff 100644
--- a/llvm/tools/llc/Makefile
+++ b/llvm/tools/llc/Makefile
@@ -1,8 +1,8 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc regalloc sched select target \
- instrument livevar bcreader bcwriter analysis transforms analysis \
- scalaropts vmcore support
+ instrument livevar bcreader bcwriter analysis transforms \
+ scalaropts transformutils vmcore support
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index 678812a669a..cfe97d77cd7 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/tools/opt/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
- ipo ipa datastructure target analysis transforms vmcore support
+ ipo ipa datastructure transforms target analysis transformutils vmcore support
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud