mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
Bug #27621 - Make sure that LLVM FileCheck is available on the system
This commit is contained in:
parent
febdc3b201
commit
5bcbc5c735
3
configure
vendored
3
configure
vendored
@ -1428,9 +1428,10 @@ do
|
|||||||
LLVM_BUILD_DIR=
|
LLVM_BUILD_DIR=
|
||||||
LLVM_INST_DIR=$CFG_LLVM_ROOT
|
LLVM_INST_DIR=$CFG_LLVM_ROOT
|
||||||
do_reconfigure=0
|
do_reconfigure=0
|
||||||
|
# Check that LLVm FileCheck is available. Needed for the tests
|
||||||
|
need_cmd $LLVM_INST_DIR/bin/FileCheck
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ ${do_reconfigure} -ne 0 ]
|
if [ ${do_reconfigure} -ne 0 ]
|
||||||
then
|
then
|
||||||
# because git is hilarious, it might have put the module index
|
# because git is hilarious, it might have put the module index
|
||||||
|
Loading…
Reference in New Issue
Block a user