forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Description
| Previous ID | SR-15958 |
| Radar | None |
| Original Reporter | @stevapple |
| Type | Improvement |
| Status | Reopened |
| Resolution |
Additional Detail from JIRA
| Votes | 1 |
| Component/s | LLDB for Swift |
| Labels | Improvement, LLVM, Python, Windows |
| Assignee | @compnerd |
| Priority | Medium |
md5: ec978e225a33e353d27957a16aa9faf9
relates to:
- SR-13827 LLDB not launching on Windows
Issue Description:
LLDB shipped with Swift Windows toolchain explicitly links against `python37.dll` or `python39.dll`, which is not forward-compatible with newer Python.
This is tracked by llvm/llvm-project#53738 in LLVM upstream project. We should follow once the change lands, and it will also enable us to use newer Python to build Swift.