Skip to content

Commit 94837c8

Browse files
Add llvm-profgen to the list of toolchain tools (#120106)
This tool is used for SPGO and is invoked directly by users as described in the Clang User's Manual[^1]. This change will include llvm-profgen in installations configured with LLVM_INSTALL_TOOLCHAIN_ONLY, such as those provided by LLVM's executable Windows installers. This is useful now that LLVM can perform SPGO on Windows. [^1]: https://clang.llvm.org/docs/UsersManual.html#using-sampling-profilers
1 parent 9469fd2 commit 94837c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/modules/AddLLVM.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
14461446
llvm-strings
14471447
llvm-strip
14481448
llvm-profdata
1449+
llvm-profgen
14491450
llvm-symbolizer
14501451
# symlink version of some of above tools that are enabled by
14511452
# LLVM_INSTALL_BINUTILS_SYMLINKS.

0 commit comments

Comments
 (0)