Skip to content

Commit 8bfc12e

Browse files
committed
Fix
1 parent 3217df3 commit 8bfc12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/utils/perf-training/lit.site.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
88
config.test_source_root = "@CLANG_PGO_TRAINING_DATA@"
99
config.target_triple = "@LLVM_TARGET_TRIPLE@"
1010
config.python_exe = "@Python3_EXECUTABLE@"
11-
config.cmake_exe = "@CMAKE_COMMAND@"
11+
config.cmake_exe = shlex.quote(@CMAKE_COMMAND@")
1212
config.llvm_src_dir ="@CMAKE_SOURCE_DIR@"
1313
config.cmake_generator ="@CMAKE_GENERATOR@"
1414
config.use_llvm_build = @CLANG_PGO_TRAINING_USE_LLVM_BUILD@
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RUN: {%cmake} -G %cmake_generator -B %t -S %llvm_src_dir %cmake_compiler_args -DCMAKE_BUILD_TYPE=Release
1+
RUN: %cmake -G %cmake_generator -B %t -S %llvm_src_dir %cmake_compiler_args -DCMAKE_BUILD_TYPE=Release
22
RUN: %perf_wrapper %cmake --build %t -v --target LLVMSupport

0 commit comments

Comments
 (0)