CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 3 Nov 2004 17:11:23 +0000 (17:11 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 3 Nov 2004 17:11:23 +0000 (17:11 +0000)
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

test/Makefile

index 7dac2af7718c014a04a761d6b6fba29cfa444f00..466886ea994fd482252e91849b5d9197ef53f7e7 100644 (file)
@@ -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)" \