Skip to content

Commit 5bcbc5c

Browse files
committed
Bug #27621 - Make sure that LLVM FileCheck is available on the system
1 parent febdc3b commit 5bcbc5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -1428,9 +1428,10 @@ do
14281428
LLVM_BUILD_DIR=
14291429
LLVM_INST_DIR=$CFG_LLVM_ROOT
14301430
do_reconfigure=0
1431+
# Check that LLVm FileCheck is available. Needed for the tests
1432+
need_cmd $LLVM_INST_DIR/bin/FileCheck
14311433
fi
14321434

1433-
14341435
if [ ${do_reconfigure} -ne 0 ]
14351436
then
14361437
# because git is hilarious, it might have put the module index

0 commit comments

Comments
 (0)