You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/jit/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,21 @@ sudo ./llvm.sh 16
23
23
24
24
### macOS
25
25
26
-
Install LLVM 16 with [Homebrew](https://brew.sh):
26
+
Install LLVM 18 with [Homebrew](https://brew.sh):
27
27
28
28
```sh
29
-
brew install llvm@16
29
+
brew install llvm@18
30
30
```
31
31
32
32
Homebrew won't add any of the tools to your `$PATH`. That's okay; the build script knows how to find them.
33
33
34
34
### Windows
35
35
36
-
Install LLVM 16 [by searching for it on LLVM's GitHub releases page](https://github.com/llvm/llvm-project/releases?q=16), clicking on "Assets", downloading the appropriate Windows installer for your platform (likely the file ending with `-win64.exe`), and running it. **When installing, be sure to select the option labeled "Add LLVM to the system PATH".**
36
+
Install LLVM 18 [by searching for it on LLVM's GitHub releases page](https://github.com/llvm/llvm-project/releases?q=18), clicking on "Assets", downloading the appropriate Windows installer for your platform (likely the file ending with `-win64.exe`), and running it. **When installing, be sure to select the option labeled "Add LLVM to the system PATH".**
37
+
38
+
### Dev Containers
39
+
40
+
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 40 base image includes LLVM 18 out of the box.
0 commit comments