Skip to content

Commit 995b1a7

Browse files
authored
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
1 parent 6157135 commit 995b1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also use a specific version of clang-cl downloaded from
7070
https://github.com/llvm/llvm-project/releases, e.g.
7171
clang+llvm-18.1.8-x86_64-pc-windows-msvc.tar.xz.
7272
Given you have extracted that to <my-clang-dir>, you can use it like so
73-
build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir=<my-clang-dir> "/p:LLVMToolsVersion=18"
73+
build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir=<my-clang-dir>" "/p:LLVMToolsVersion=18"
7474

7575
Setting LLVMToolsVersion to the major version is enough, although you
7676
can be specific and use 18.1.8 in the above example, too.

0 commit comments

Comments
 (0)