From cbacab9b5a528b183c201ac4f17bea3683741df4 Mon Sep 17 00:00:00 2001 From: Wulian233 <1055917385@qq.com> Date: Mon, 28 Apr 2025 21:08:44 +0800 Subject: [PATCH] Fixed a typo in the readme.txt section about PGO clang-cl --- PCbuild/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , you can use it like so -build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir= "/p:LLVMToolsVersion=18" +build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir=" "/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.