Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Tools/jit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Alternatively, you can use [chocolatey](https://chocolatey.org):
choco install llvm --version=19.1.0
```

### Dev Containers

If you are working CPython in a [Codespaces instance](https://devguide.python.org/getting-started/setup-building/#using-codespaces), there's no need to install LLVM as the Fedora 41 base image includes LLVM 19 out of the box.
Comment thread
savannahostrowski marked this conversation as resolved.
Outdated

Comment thread
savannahostrowski marked this conversation as resolved.

## Building

Expand Down
Loading