[llvm-commits] CVS: llvm/test/Regression/Reoptimizer/inst/Makefile

Joel Stanley jstanley at cs.uiuc.edu
Sun May 4 16:10:01 PDT 2003


Changes in directory llvm/test/Regression/Reoptimizer/inst:

Makefile updated: 1.2 -> 1.3

---
Log message:

mkexcl is now invoked properly


---
Diffs of the changes:

Index: llvm/test/Regression/Reoptimizer/inst/Makefile
diff -u llvm/test/Regression/Reoptimizer/inst/Makefile:1.2 llvm/test/Regression/Reoptimizer/inst/Makefile:1.3
--- llvm/test/Regression/Reoptimizer/inst/Makefile:1.2	Wed Apr 30 17:17:37 2003
+++ llvm/test/Regression/Reoptimizer/inst/Makefile	Sun May  4 16:16:53 2003
@@ -5,7 +5,8 @@
 	   $(LEVEL)/lib/Debug/libbininterface.a
 
 Test1: Test1.o $(PERFOBJS)
-	/usr/dcs/software/evaluation/bin/g++ -o Test1 Test1.o $(PERFOBJS) -lelf
+	mkexcl $(PERFOBJS) > mkexcl.cpp
+	/usr/dcs/software/evaluation/bin/g++ -o Test1 -lelf mkexcl.cpp $^
 
 Test1.o: Test1.opt.c
 	/usr/dcs/software/evaluation/bin/gcc -c Test1.opt.c -o Test1.o





More information about the llvm-commits mailing list