[llvm-commits] CVS: reopt/tools/dumptrace/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Sep 20 15:49:07 PDT 2004
Changes in directory reopt/tools/dumptrace:
Makefile updated: 1.2 -> 1.3
---
Log message:
We have to link these tools with libLLVMsystem.
---
Diffs of the changes: (+1 -1)
Index: reopt/tools/dumptrace/Makefile
diff -u reopt/tools/dumptrace/Makefile:1.2 reopt/tools/dumptrace/Makefile:1.3
--- reopt/tools/dumptrace/Makefile:1.2 Wed Jun 30 01:33:14 2004
+++ reopt/tools/dumptrace/Makefile Mon Sep 20 17:48:57 2004
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dumptrace
USEDLIBS = traceio
-LLVMLIBS = vmcore bcreader bcwriter analysis.a transformutils.a support.a
+LLVMLIBS = vmcore bcreader bcwriter analysis.a transformutils.a support.a LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list