[clang] [clang][perf-training] Support excluding LLVM build from PGO training (PR #126876)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 23:41:56 PST 2025


================
@@ -11,6 +11,7 @@ config.python_exe = "@Python3_EXECUTABLE@"
 config.cmake_exe = "@CMAKE_COMMAND@"
 config.llvm_src_dir ="@CMAKE_SOURCE_DIR@"
 config.cmake_generator ="@CMAKE_GENERATOR@"
+config.use_llvm_build = @CLANG_PGO_TRAINING_USE_LLVM_BUILD@
----------------
petrhosek wrote:

Should be addressed by #127967.

https://github.com/llvm/llvm-project/pull/126876


More information about the cfe-commits mailing list