1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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.

llvm-svn: 17449
This commit is contained in:
Brian Gaeke 2004-11-03 17:11:23 +00:00
parent 82c46f0f2e
commit ead580646f

View 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)" \