summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-11-03 17:11:23 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-11-03 17:11:23 +0000
commit64aeb0092811224bcac16b292e05f38c7ba62a3c (patch)
tree9c486c022f523bc2922dcc34dc90bc6d9c7002d2 /test/Makefile
parent7315c8db395d5874040de0b956e7f5bfcf176f52 (diff)
downloadllvm-64aeb0092811224bcac16b292e05f38c7ba62a3c.tar.gz
llvm-64aeb0092811224bcac16b292e05f38c7ba62a3c.tar.bz2
llvm-64aeb0092811224bcac16b292e05f38c7ba62a3c.tar.xz
CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.
Due to qmtest's or llvm.py's lousy error checking, this single error causes qmtest to fork-bomb the machine, filling the process table with python processes that do nothing. Clearly, better error checking is needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17449 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 7dac2af771..466886ea99 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,7 +44,7 @@ endif
#
CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
-c "buildroot=$(LLVM_OBJ_ROOT)" \
- -c "buildtype=$(Configuration)" \
+ -c "buildtype=$(BuildMode)" \
-c "tmpdir=$(LLVM_OBJ_ROOT)/test/tmp" \
-c "coresize=0" \
-c "cc=$(CC)" \