File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
152152else ()
153153 set_final_stage_var(CPACK_GENERATOR "TXZ" STRING )
154154endif ()
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 ()
159155set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING )
160156
161157set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL )
Original file line number Diff line number Diff line change 11@LIT_SITE_CFG_IN_HEADER@
22
33import sys
4- import shlex
54
65config.clang_tools_dir = lit_config.substitute("@CURRENT_TOOLS_DIR@")
76config.perf_helper_dir = "@CMAKE_CURRENT_SOURCE_DIR@"
87config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
98config.test_source_root = "@CLANG_PGO_TRAINING_DATA@"
109config.target_triple = "@LLVM_TARGET_TRIPLE@"
1110config.python_exe = "@Python3_EXECUTABLE@"
12- config.cmake_exe = shlex.quote( "@CMAKE_COMMAND@")
11+ config.cmake_exe = "@CMAKE_COMMAND@"
1312config.llvm_src_dir ="@CMAKE_SOURCE_DIR@"
1413config.cmake_generator ="@CMAKE_GENERATOR@"
1514config.use_llvm_build = @CLANG_PGO_TRAINING_USE_LLVM_BUILD@
You can’t perform that action at this time.
0 commit comments