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.
1 parent 8bfc12e commit 582d54aCopy full SHA for 582d54a
clang/utils/perf-training/lit.site.cfg.in
@@ -8,7 +8,7 @@ config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
8
config.test_source_root = "@CLANG_PGO_TRAINING_DATA@"
9
config.target_triple = "@LLVM_TARGET_TRIPLE@"
10
config.python_exe = "@Python3_EXECUTABLE@"
11
-config.cmake_exe = shlex.quote(@CMAKE_COMMAND@")
+config.cmake_exe = shlex.quote("@CMAKE_COMMAND@")
12
config.llvm_src_dir ="@CMAKE_SOURCE_DIR@"
13
config.cmake_generator ="@CMAKE_GENERATOR@"
14
config.use_llvm_build = @CLANG_PGO_TRAINING_USE_LLVM_BUILD@
0 commit comments