[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 9 13:39:33 PST 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.28 -> 1.29
---
Log message:
Because we have to link in the compressor, we also have to link in -lz.
---
Diffs of the changes: (+1 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.28 reopt/test/TEST.reopt.Makefile:1.29
--- reopt/test/TEST.reopt.Makefile:1.28 Fri Oct 15 14:37:43 2004
+++ reopt/test/TEST.reopt.Makefile Tue Nov 9 15:39:21 2004
@@ -31,7 +31,7 @@
REOPTIMIZER_LIB = $(REOPTLIBDIR)/libwholereoptimizer.a
# Solaris libraries that the Reoptimizer depends on
-REOPTIMIZER_SOLARISLIBS = -lcpc -lm -lrt -lmalloc -ldl
+REOPTIMIZER_SOLARISLIBS = -lcpc -lm -lrt -lmalloc -ldl -lz
.PRECIOUS: Output/%.out-reopt-llc
More information about the llvm-commits
mailing list