diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-16 18:27:12 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-16 18:27:12 +0000 |
commit | 5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09 (patch) | |
tree | 68b856dc21dac51d1cae0e773406b71b151bf758 /lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py | |
parent | 7eb1902cd54d5715a3e3c096d9624bda749d26a5 (diff) | |
download | bcm5719-llvm-5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09.tar.gz bcm5719-llvm-5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09.zip |
[CMake] Fail when Python interpreter doesn't match Python libraries version
Because of how CMake finds the Python libraries and interpreter, it's
possible to end up with a discrepancy between the two. For example,
you'd end up using a Python 3 interpreter to run the test suite while
LLDB was built and linked against Python 2.
This patch adds a fatal error to CMake so we find out at configuration
time, instead of finding out at test time.
Differential revision: https://reviews.llvm.org/D64812
llvm-svn: 366243
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py')
0 files changed, 0 insertions, 0 deletions