From 5bcbc5c735ac9cf194f79bd10e13346c6f3581a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Aug 2015 09:35:03 +0200 Subject: [PATCH] Bug #27621 - Make sure that LLVM FileCheck is available on the system --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2c8d78598b2..071788cf79f 100755 --- a/configure +++ b/configure @@ -1428,9 +1428,10 @@ do LLVM_BUILD_DIR= LLVM_INST_DIR=$CFG_LLVM_ROOT do_reconfigure=0 + # Check that LLVm FileCheck is available. Needed for the tests + need_cmd $LLVM_INST_DIR/bin/FileCheck fi - if [ ${do_reconfigure} -ne 0 ] then # because git is hilarious, it might have put the module index