]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed a typo in the `PCbuild/readme.txt` about PGO clang-cl (#133083)
authorWulian233 <1055917385@qq.com>
Mon, 28 Apr 2025 13:39:16 +0000 (21:39 +0800)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 13:39:16 +0000 (13:39 +0000)
Fixed a typo in the readme.txt section about PGO clang-cl

PCbuild/readme.txt

index c02c12be5113b0b06b91bf14e8daf13bb5d3a55a..3bf215d907c52cbb24ad6db96464ce4055d55fd4 100644 (file)
@@ -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.