Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jul 2003 16:05:11 +0000 (16:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jul 2003 16:05:11 +0000 (16:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7450 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NightlyTest.pl

index 5f77da997f7480a2fc54a7612cc2e884e2b7894f..aaa7a809af6ce3f1afdc20340093d9e734b09c6a 100755 (executable)
@@ -151,9 +151,7 @@ $LOC = GetRegex "([0-9]+) +total", `wc -l \`utils/getsrcs.sh\` | grep total`;
 # 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";