Skip to content

Commit

Permalink
Revert "[cmake] Explicitly disable download step"
Browse files Browse the repository at this point in the history
This does not help. The build is broken because compiler-rt-clear
deletes cmake generated files in STAMP_DIR/

This reverts commit da89ed9.
  • Loading branch information
vitalybuka committed Apr 19, 2023
1 parent 70bd2b8 commit 3fb4d45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ if (CLANG_ENABLE_BOOTSTRAP)
--config ${build_configuration}
${build_tool_args}
INSTALL_COMMAND ""
DOWNLOAD_COMMAND ""
STEP_TARGETS configure build
USES_TERMINAL_CONFIGURE 1
USES_TERMINAL_BUILD 1
Expand Down Expand Up @@ -916,7 +915,6 @@ if (CLANG_BOLT_INSTRUMENT AND NOT LLVM_BUILD_INSTRUMENTED)
--config ${build_configuration}
--target ${CLANG_BOLT_INSTRUMENT_TARGETS}
INSTALL_COMMAND ""
DOWNLOAD_COMMAND ""
STEP_TARGETS configure build
USES_TERMINAL_CONFIGURE 1
USES_TERMINAL_BUILD 1
Expand Down
1 change: 0 additions & 1 deletion compiler-rt/cmake/Modules/AddCompilerRT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ macro(add_custom_libcxx name prefix)
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
${LIBCXX_CMAKE_ARGS}
INSTALL_COMMAND ""
DOWNLOAD_COMMAND ""
STEP_TARGETS configure build
BUILD_ALWAYS 1
USES_TERMINAL_CONFIGURE 1
Expand Down

0 comments on commit 3fb4d45

Please sign in to comment.