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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ set PreferredToolArchitecture=AMD64
50
50
PCbuild\build.bat --experimental-jit
51
51
```
52
52
53
-
Valid values are `AMD64`, `ARM64`,`x64`, and `x86` (the latter two are mapped to `AMD64`).
53
+
Valid values are `AMD64` (or`x64`/`x86`) and `ARM64`.
54
54
55
55
Otherwise, you can install LLVM 21 [by searching for it on LLVM's GitHub releases page](https://github.com/llvm/llvm-project/releases?q=21), 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".**
0 commit comments