Skip to content

Commit 582d54a

Browse files
committed
Fix
1 parent 8bfc12e commit 582d54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = shlex.quote(@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@

0 commit comments

Comments
 (0)