[llvm-commits] CVS: reopt/test/run-tests

Brian Gaeke gaeke at cs.uiuc.edu
Tue Oct 26 12:02:38 PDT 2004



Changes in directory reopt/test:

run-tests updated: 1.24 -> 1.25
---
Log message:

Use print_objroot target instead of 'gmake prdirs'.


---
Diffs of the changes:  (+1 -1)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.24 reopt/test/run-tests:1.25
--- reopt/test/run-tests:1.24	Fri Oct 15 14:36:36 2004
+++ reopt/test/run-tests	Tue Oct 26 14:02:28 2004
@@ -35,7 +35,7 @@
 done
 
 # get full path to projects/llvm-test subdirectory
-objroot=`gmake prdirs | egrep 'LLVM.*Object Root' |cut -d: -f2-`
+objroot=`gmake print_objroot`
 
 EXTRATESTSUBDIR=SingleSource/Reoptimizer
 EXTRATESTDIR=${objroot}/projects/llvm-test/$EXTRATESTSUBDIR






More information about the llvm-commits mailing list