diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2015-08-10 09:35:03 +0200 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2015-08-10 09:53:00 +0200 |
| commit | 5bcbc5c735ac9cf194f79bd10e13346c6f3581a6 (patch) | |
| tree | 95a2f71ada842d97e80e6d43e9379cb88b96f461 | |
| parent | febdc3b201bcce1546c88e3be1b956d3f90d3059 (diff) | |
| download | rust-5bcbc5c735ac9cf194f79bd10e13346c6f3581a6.tar.gz rust-5bcbc5c735ac9cf194f79bd10e13346c6f3581a6.zip | |
Bug #27621 - Make sure that LLVM FileCheck is available on the system
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
