[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 1 11:51:46 PDT 2004



Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.24 -> 1.25
---
Log message:

Add libLLVMsystem.a; re-flow long lines.


---
Diffs of the changes:  (+6 -3)

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.24 reopt/test/TEST.reopt.Makefile:1.25
--- reopt/test/TEST.reopt.Makefile:1.24	Thu Sep 30 15:36:44 2004
+++ reopt/test/TEST.reopt.Makefile	Fri Oct  1 13:51:34 2004
@@ -45,9 +45,12 @@
 
 # Library archive files that contain common LLVM code the Reoptimizer depends on
 REOPTIMIZER_LLVMLIBS = $(LLVMLIBCURRENTSOURCE)/libsparcv9regalloc.a \
-    $(LLVMLIBCURRENTSOURCE)/libtarget.a \
-    $(LLVMLIBCURRENTSOURCE)/libscalaropts.a $(LLVMLIBCURRENTSOURCE)/libtransformutils.a \
-    $(LLVMLIBCURRENTSOURCE)/libanalysis.a $(LLVMLIBCURRENTSOURCE)/libsupport.a 
+	$(LLVMLIBCURRENTSOURCE)/libtarget.a \
+	$(LLVMLIBCURRENTSOURCE)/libscalaropts.a \
+	$(LLVMLIBCURRENTSOURCE)/libtransformutils.a \
+	$(LLVMLIBCURRENTSOURCE)/libanalysis.a \
+	$(LLVMLIBCURRENTSOURCE)/libsupport.a \
+	$(LLVMLIBCURRENTSOURCE)/libLLVMsystem.a
 
 # Solaris libraries that the Reoptimizer depends on
 REOPTIMIZER_SOLARISLIBS = -lcpc -lm -lrt -lmalloc -ldl






More information about the llvm-commits mailing list