Skip to content

Commit 81c9ff2

Browse files
committed
Auto merge of #27630 - sylvestre:master, r=dotdash
2 parents 2b45a0d + 5bcbc5c commit 81c9ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: 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)