summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 7dac2af7718..466886ea994 100644
--- a/llvm/test/Makefile
+++ b/llvm/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)" \
OpenPOWER on IntegriCloud