Straighten out makefiles after moving code to new Transform Utils library
authorChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 18:18:26 +0000 (18:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 18:18:26 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2520 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/Makefile
tools/gccld/Makefile
tools/llc/Makefile
tools/opt/Makefile

index 34ccd9a1e361b706f10cc7c63492d97dcd555197..ee9348bb20d3f09d465a08346f75ea604d9dddd0 100644 (file)
@@ -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
index c4e2987a4bb1a1b55373cd2cd1e6689f32fe684a..f808aa798a23f699e46ca9072ea1012d8992933b 100644 (file)
@@ -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
index 85b741ef81087caeb0ff3b5717bfc4e5a7adfb53..673c78072ff40d1df81ce4665ab296a5d8473382 100644 (file)
@@ -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
 
index 678812a669a2476b302b900f385e8937bbad7173..cfe97d77cd72460cefd7440186bbd4bceb86557b 100644 (file)
@@ -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