llvm-capstone/llvm/utils/llvm-lit
Alex Richardson d23b15cc16 Execute llvm-lit with the python found by CMake by default
The check-* targets run ${Python3_EXECUTABLE} $BUILD/bin/llvm-lit, but
running `./bin/llvm-lit $ARGS` from the build directory currently always
uses "python" to run llvm-lit. On most systems this will be python2.7 even
if we found python3 at CMake time.

Reviewed By: compnerd

Differential Revision: https://reviews.llvm.org/D84625
2020-08-03 10:51:35 +01:00
..
CMakeLists.txt Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
llvm-lit.in Execute llvm-lit with the python found by CMake by default 2020-08-03 10:51:35 +01:00