Also warn if llvm-lit is not available.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 10:35:22 +0000 (10:35 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 10:35:22 +0000 (10:35 +0000)
commit941a692690f965281bbb79066b0d4a24a1b558db
tree5f0c217c03bc7e4fa68ff2d91c804e46825c23dd
parent6181da4796ef8c095e3e5250413ff7e82878cba4
Also warn if llvm-lit is not available.

The program 'llvm-lit', like 'not' and 'FileCheck' are necessary for running
check-polly. Warn of any of the three is not in LLVM_INSTALL_ROOT/bin directory.

llvm-svn: 279728
polly/CMakeLists.txt