[PATCH] D60091: [test-suite] Signal error if llvm-lit was not found
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 09:46:10 PDT 2019
uweigand added a comment.
This seems to have broken test-suite build bots?
http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/13870
CMake Error at CMakeLists.txt:220 (message):
llvm-lit not found.
Make sure it is in your path or specify it via -DTEST_SUITE_LIT:FILEPATH=""
The test suite seems to have executed correctly before this change brought in this error message ...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60091/new/
https://reviews.llvm.org/D60091
More information about the llvm-commits
mailing list