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

Tom Stellard via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 21:57:25 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@
----------------
tstellar wrote:

`@CLANG_PGO_TRAINING_USE_LLVM_BUILD@` needs to be quoted.  This is causing  a build failure in the Release build configuration.

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


More information about the cfe-commits mailing list