diff options
author | Dominik Montada <dominik.montada@hightec-rt.com> | 2021-04-01 12:28:39 +0200 |
---|---|---|
committer | Dominik Montada <dominik.montada@hightec-rt.com> | 2021-04-06 13:09:06 +0200 |
commit | b78e883fd8b3745250220776dd8bb635edd95539 (patch) | |
tree | 111f7385ad01efa8ffbe19d4d6312c2553c9f1ef /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | 476e087939e4c7cda4de9fa3bc998aea62da4096 (diff) | |
download | llvm-b78e883fd8b3745250220776dd8bb635edd95539.zip llvm-b78e883fd8b3745250220776dd8bb635edd95539.tar.gz llvm-b78e883fd8b3745250220776dd8bb635edd95539.tar.bz2 |
[CMake] Fix Python 3 lookup when building LLVM with tests
Remove the find_package(Python3 ...) call from Tooling/CMakeLists.txt as
it would override the python 3 version determined in llvm/CMakeLists.txt.
This call did not respect the LLVM_MINIMUM_PYTHON_VERSION.
This fixes the check-all target when building LLVM on a system where the
default python version is not the minimum required version for running tests.
Reviewed By: serge-sans-paille
Differential Revision: https://reviews.llvm.org/D99715
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions