Bug #27621 - Make sure that LLVM FileCheck is available on the system
This commit is contained in:
parent
febdc3b201
commit
5bcbc5c735
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue