summaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-04-19 12:51:00 -0700
committerVitaly Buka <vitalybuka@google.com>2023-04-19 12:57:12 -0700
commitda89ed99a16920e5986b14853d297322ccf7109e (patch)
treead1a4d3cce7feda2b781c5737cb9f536f2216c2e /compiler-rt/cmake
parent9c92b023da39903413128dbbf30c1029f3b172c1 (diff)
downloadllvm-da89ed99a16920e5986b14853d297322ccf7109e.tar.gz
[cmake] Explicitly disable download step
Fixes the following on cmake version 3.24.2: 'tools/clang/runtime/compiler-rt-stamps/compiler-rt-source_dirinfo.txt', needed by 'tools/clang/runtime/compiler-rt-stamps/compiler-rt-download', missing and no known rule to make it Maybe related to https://cmake.org/cmake/help/latest/release/3.24.html#modules
Diffstat (limited to 'compiler-rt/cmake')
-rw-r--r--compiler-rt/cmake/Modules/AddCompilerRT.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/cmake/Modules/AddCompilerRT.cmake b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
index 2771a4063c1d..13bbcf20f517 100644
--- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake
+++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
@@ -698,6 +698,7 @@ 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