[llvm] [CMake] Pass ZLIB_LIBRARY_* to runtimes bootstrap (PR #191555)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 23:31:16 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-sparc64-linux` running on `debian-stadler-sparc64` while building `llvm` at step 6 "build stage 1".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/114/builds/430

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (build stage 1) failure: 'ninja' (failure)
...
[2185/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfInstrumentation.cpp.o
[2186/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/RealtimeSanitizer.cpp.o
[2187/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOCtxProfFlattening.cpp.o
[2188/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOCtxProfLowering.cpp.o
[2189/4284] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WindowScheduler.cpp.o
[2190/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o
[2191/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerBinaryMetadata.cpp.o
[2192/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/NumericalStabilitySanitizer.cpp.o
[2193/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o
[2194/4284] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o
FAILED: [code=1] lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o 
/usr/bin/c++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/stage1/lib/Transforms/Instrumentation -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/lib/Transforms/Instrumentation -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/stage1/include -I/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-dangling-reference -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-dangling-pointer -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o -c /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
In file included from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/ADT/bit.h:20,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/Support/SwapByteOrder.h:18,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/ADT/Hashing.h:51,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/include/llvm/ADT/ArrayRef.h:12,
                 from /var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/llvm/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp:15:
/usr/include/c++/15/limits:993:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
  993 |   template<>
      |            ^
/usr/include/c++/15/limits:994:12: error: too few template-parameter-lists
  994 |     struct numeric_limits<unsigned short>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/limits:1066:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
 1066 |   template<>
      |            ^
/usr/include/c++/15/limits:1067:12: error: too few template-parameter-lists
 1067 |     struct numeric_limits<int>
      |            ^~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/limits:1133:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
 1133 |   template<>
      |            ^
/usr/include/c++/15/limits:1134:12: error: too few template-parameter-lists
 1134 |     struct numeric_limits<unsigned int>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/limits:1205:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
 1205 |   template<>
      |            ^
/usr/include/c++/15/limits:1206:12: error: too few template-parameter-lists
 1206 |     struct numeric_limits<long>
      |            ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/limits:1272:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
 1272 |   template<>
      |            ^
/usr/include/c++/15/limits:1273:12: error: too few template-parameter-lists
 1273 |     struct numeric_limits<unsigned long>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/limits:1345:12: error: explicit specialization in non-namespace scope ‘struct std::numeric_limits<short int>’
 1345 |   template<>

```

</details>

https://github.com/llvm/llvm-project/pull/191555


More information about the llvm-commits mailing list