Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify LLDB python version #539

Open
adam-fowler opened this issue May 7, 2023 · 2 comments
Open

Verify LLDB python version #539

adam-fowler opened this issue May 7, 2023 · 2 comments
Labels
windows Issue specific to Windows

Comments

@adam-fowler
Copy link
Contributor

Verify version of python in the path is the same version of python that liblldb was built against. Can use llvm-readobj to do this.

This is a request for Windows but may also be a valid request on other platforms.

@adam-fowler
Copy link
Contributor Author

@compnerd I haven't checked Windows but llvm-readobj is not part of the standard swift install on macOS or Linux

@compnerd
Copy link
Member

compnerd commented May 9, 2023

That sounds plausible. The Windows Swift distribution packages it. Linux can use readelf instead of llvm-readobj and Darwin can use otool. If we had the llvm tools it would be simpler since it can handle all three platforms.

@award999 award999 added the windows Issue specific to Windows label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Issue specific to Windows
Projects
None yet
Development

No branches or pull requests

3 participants