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:
parent
7206bf9e9f
commit
1845e9b4c7
|
|
@ -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)" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue