Skip to content

Commit e750eb0

Browse files
Update Tools/jit/README.md
Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
1 parent bcfec3f commit e750eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ set PreferredToolArchitecture=AMD64
5050
PCbuild\build.bat --experimental-jit
5151
```
5252

53-
Valid values are `AMD64` (or `x64`/`x86`) and `ARM64`.
53+
Valid values are`x64`, `x86` and `ARM64`.
5454

5555
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".**
5656

0 commit comments

Comments
 (0)