[llvm-commits] CVS: llvm-tv/tools/llvm-tv/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 15 14:27:18 PDT 2004
Changes in directory llvm-tv/tools/llvm-tv:
Makefile updated: 1.16 -> 1.17
---
Log message:
Apparently we now need transformutils.a to link, for DemoteRegToStack().
(I don't see where that dependency comes from.) Add it.
---
Diffs of the changes: (+1 -1)
Index: llvm-tv/tools/llvm-tv/Makefile
diff -u llvm-tv/tools/llvm-tv/Makefile:1.16 llvm-tv/tools/llvm-tv/Makefile:1.17
--- llvm-tv/tools/llvm-tv/Makefile:1.16 Thu Jun 10 08:21:25 2004
+++ llvm-tv/tools/llvm-tv/Makefile Thu Jul 15 16:27:08 2004
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = llvm-tv
LLVMLIBS = analysis.a bcreader bcwriter datastructure ipa.a support.a \
- target.a vmcore
+ target.a vmcore transformutils.a
# note: delete when FileUtils is assimilated into libsupport
USEDLIBS = snapshot
More information about the llvm-commits
mailing list