[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 31 11:06:02 PDT 2003


Changes in directory llvm/utils:

NightlyTest.pl updated: 1.16 -> 1.17

---
Log message:

Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.16 llvm/utils/NightlyTest.pl:1.17
--- llvm/utils/NightlyTest.pl:1.16	Mon Jul  7 16:27:40 2003
+++ llvm/utils/NightlyTest.pl	Thu Jul 31 11:05:11 2003
@@ -151,9 +151,7 @@
 # Build the entire tree, saving build messages to the build log
 #
 if (!$NOCHECKOUT) {
-  system "(time -p ./configure --enable-jit) > $Prefix-Build-Log.txt 2>&1";
-  # Change the Makefile.config to not strip executables...
-  system "echo 'KEEP_SYMBOLS := 1' >> Makefile.config";
+  system "(time -p ./configure --enable-jit --with-objroot=.) > $Prefix-Build-Log.txt 2>&1";
 
   # Build the entire tree, capturing the output into $Prefix-Build-Log.txt
   system "(time -p gmake $MAKEOPTS) >> $Prefix-Build-Log.txt 2>&1";





More information about the llvm-commits mailing list