summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rwxr-xr-xllvm/utils/NightlyTest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index ec7edaa1e1a..1a56b97e031 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -155,9 +155,9 @@ $LOC = GetRegex "([0-9]+) +total", `wc -l \`utils/getsrcs.sh\` | grep total`;
if (!$NOCHECKOUT) {
# Change the Makefile.config to build into the local directory...
rename "Makefile.config", "Makefile.config.orig";
- system "sed '/^LLVM_OBJ_DIR/d' < Makefile.config.orig > Makefile.config";
+ system "sed '/^OBJ_ROOT/d' < Makefile.config.orig > Makefile.config";
system "echo >> Makefile.config";
- system "echo 'LLVM_OBJ_DIR := .' >> Makefile.config";
+ system "echo 'OBJ_ROOT := .' >> Makefile.config";
# Change the Makefile.config to not strip executables...
system "echo 'KEEP_SYMBOLS := 1' >> Makefile.config";
OpenPOWER on IntegriCloud