8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PCbuild/readme.txt
1 parent 6157135 commit 995b1a7Copy full SHA for 995b1a7
PCbuild/readme.txt
@@ -70,7 +70,7 @@ You can also use a specific version of clang-cl downloaded from
70
https://github.com/llvm/llvm-project/releases, e.g.
71
clang+llvm-18.1.8-x86_64-pc-windows-msvc.tar.xz.
72
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"
+build.bat --pgo "/p:PlatformToolset=ClangCL" "/p:LLVMInstallDir=<my-clang-dir>" "/p:LLVMToolsVersion=18"
74
75
Setting LLVMToolsVersion to the major version is enough, although you
76
can be specific and use 18.1.8 in the above example, too.
0 commit comments