https://github.com/python/cpython/commit/995b1a72f20e4b0bc44b6471d40c2c368d74efb1
commit: 995b1a72f20e4b0bc44b6471d40c2c368d74efb1
branch: main
author: Wulian233 <1055917...@qq.com>
committer: mdboom <mdb...@gmail.com>
date: 2025-04-28T13:39:16Z
summary:

Fixed a typo in the `PCbuild/readme.txt` about PGO clang-cl (#133083)

Fixed a typo in the readme.txt section about PGO clang-cl

files:
M PCbuild/readme.txt

diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index c02c12be5113b0..3bf215d907c52c 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -70,7 +70,7 @@ You can also use a specific version of clang-cl downloaded 
from
 https://github.com/llvm/llvm-project/releases, e.g.
 clang+llvm-18.1.8-x86_64-pc-windows-msvc.tar.xz.
 Given you have extracted that to <my-clang-dir>, you can use it like so
-build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir=<my-clang-dir> 
"/p:LLVMToolsVersion=18"
+build.bat --pgo "/p:PlatformToolset=ClangCL" 
"/p:LLVMInstallDir=<my-clang-dir>" "/p:LLVMToolsVersion=18"
 
 Setting LLVMToolsVersion to the major version is enough, although you
 can be specific and use 18.1.8 in the above example, too.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to