[Lldb-commits] [EXTERNAL] [PATCH] D69535: build: improve python check for Windows
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 27 12:19:01 PST 2019
We have some internal machines that had Python 3.7 or Python 3.8 installed and after the recent changes for Python detection, the LLDB build started using the newer versions of Python. This caused a couple of hundred tests to end up "unresolved". There's no official Buildbot that verifies this scenario, so I removed the newer versions of Python locally, but is this expected? More specifically, do we anticipate that LLDB + tests don't work correctly for Python 3.7+?
Thanks,
-Stella
-----Original Message-----
From: Saleem Abdulrasool via Phabricator <reviews at reviews.llvm.org>
Sent: Sunday, December 22, 2019 2:04 PM
To: compnerd at compnerd.org; apl at fb.com; Stella Stamenova <stilis at microsoft.com>
Cc: pavel at labath.sk; tedwood at quicinc.com; amccarth at google.com; aleksandr.urakov at jetbrains.com; mgorny at gentoo.org; jonas at devlieghere.com; lldb-commits at lists.llvm.org; Liburd1994 at outlook.com; sanimir at subpath.org; chirag at raincode.com; b.gianfo at gmail.com; kkleine at redhat.com; llvm at inglorion.net; zturner at roblox.com
Subject: [EXTERNAL] [PATCH] D69535: build: improve python check for Windows
compnerd closed this revision.
compnerd added a comment.
GIT 2046d72e916 <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FrG2046d72e91670114625c87e122db6e013ba089d5&data=02%7C01%7Cstilis%40microsoft.com%7Ca1aa23ad5ad24a2fb12208d7872ad23a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637126490295423625&sdata=CrZ8wzb%2BVHJY%2FxaDphWJFzKsrBwv60nItywfIqaNKj4%3D&reserved=0>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FD69535%2Fnew%2F&data=02%7C01%7Cstilis%40microsoft.com%7Ca1aa23ad5ad24a2fb12208d7872ad23a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637126490295423625&sdata=3v33RBiR5JeNnuNhnPa8%2FPlqr4BxG772u4U9Suh9ess%3D&reserved=0
https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FD69535&data=02%7C01%7Cstilis%40microsoft.com%7Ca1aa23ad5ad24a2fb12208d7872ad23a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637126490295423625&sdata=CpC0mIf0LWmaVOR8vTV44fef6gBjqSqzSTMkgB5ParM%3D&reserved=0
More information about the lldb-commits
mailing list