summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-07-16 18:27:12 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-07-16 18:27:12 +0000
commit5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09 (patch)
tree68b856dc21dac51d1cae0e773406b71b151bf758 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py
parent7eb1902cd54d5715a3e3c096d9624bda749d26a5 (diff)
downloadbcm5719-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/context-object-objc/TestContextObjectObjc.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud