Skip to content

Commit f6ba821

Browse files
committed
Enable more projects
1 parent 48ef58c commit f6ba821

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
152152
else()
153153
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
154154
endif()
155-
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
156-
# Limit installation size on Windows to avoid 2GB installer limt.
157-
set_final_stage_var(LLVM_INSTALL_TOOLCHAIN_ONLY "ON" BOOL)
158-
endif()
159155
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING)
160156

161157
set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
@LIT_SITE_CFG_IN_HEADER@
22

33
import sys
4-
import shlex
54

65
config.clang_tools_dir = lit_config.substitute("@CURRENT_TOOLS_DIR@")
76
config.perf_helper_dir = "@CMAKE_CURRENT_SOURCE_DIR@"
87
config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
98
config.test_source_root = "@CLANG_PGO_TRAINING_DATA@"
109
config.target_triple = "@LLVM_TARGET_TRIPLE@"
1110
config.python_exe = "@Python3_EXECUTABLE@"
12-
config.cmake_exe = shlex.quote("@CMAKE_COMMAND@")
11+
config.cmake_exe = "@CMAKE_COMMAND@"
1312
config.llvm_src_dir ="@CMAKE_SOURCE_DIR@"
1413
config.cmake_generator ="@CMAKE_GENERATOR@"
1514
config.use_llvm_build = @CLANG_PGO_TRAINING_USE_LLVM_BUILD@

0 commit comments

Comments
 (0)