[libc] [llvm] [LLVM] Make the GPU loader utilities an LLVM tool (PR #132096)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 12:26:13 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `amdgpu-offload-rhel-8-cmake-build-only` running on `rocm-docker-rhel-8` while building `libc,llvm` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/204/builds/4117
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py --jobs=32' (failure)
...
[6775/7690] Creating library symlink lib/libclangFrontendTool.so
[6776/7690] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so
[6777/7690] Linking CXX shared module lib/SampleAnalyzerPlugin.so
[6778/7690] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so
[6779/7690] Linking CXX shared library lib/libclangInterpreter.so.21.0git
[6780/7690] Creating library symlink lib/libclangInterpreter.so
[6781/7690] Linking CXX shared library lib/libFortranParser.so.21.0git
[6782/7690] Creating library symlink lib/libFortranParser.so
[6783/7690] Linking CXX executable bin/f18-parse-demo
[6784/7690] Building CXX object tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o
FAILED: tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLIBC_NAMESPACE=__llvm_libc_common_utils -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/tools/llvm-gpu-loader -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc -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-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o -MF tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o.d -o tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o -c /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits.h:31,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/core_structs.h:15,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:13,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/RPC/rpc_server.h:38,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/shared/rpc_server.h:12,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp:15:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h: In function ‘constexpr bool __llvm_libc_common_utils::cpp::is_constant_evaluated()’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h:18:10: error: ‘__builtin_is_constant_evaluated’ was not declared in this scope
return __builtin_is_constant_evaluated();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h:18:10: note: suggested alternative: ‘is_constant_evaluated’
return __builtin_is_constant_evaluated();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
is_constant_evaluated
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/FPUtil/FPBits.h:25,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/core_structs.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:13,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/RPC/rpc_server.h:38,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/shared/rpc_server.h:12,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp:15:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h: In function ‘constexpr __llvm_libc_common_utils::cpp::enable_if_t<is_unsigned_v<T>, T> __llvm_libc_common_utils::add_with_carry(T, T, T, T&)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:77:44: in ‘constexpr’ expansion of ‘__llvm_libc_common_utils::cpp::is_constant_evaluated()’
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:77:46: error: ‘constexpr’ call flows off the end of the function
if constexpr (!cpp::is_constant_evaluated()) {
^
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h: In function ‘constexpr __llvm_libc_common_utils::cpp::enable_if_t<is_unsigned_v<T>, T> __llvm_libc_common_utils::sub_with_borrow(T, T, T, T&)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:103:44: in ‘constexpr’ expansion of ‘__llvm_libc_common_utils::cpp::is_constant_evaluated()’
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:103:46: error: ‘constexpr’ call flows off the end of the function
if constexpr (!cpp::is_constant_evaluated()) {
^
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/string/memory_utils/inline_memcpy.h:14,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/writer.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/int_converter.h:19,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/strerror_converter.h:15,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:15,
Step 7 (build cmake config) failure: build cmake config (failure)
...
[6775/7690] Creating library symlink lib/libclangFrontendTool.so
[6776/7690] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so
[6777/7690] Linking CXX shared module lib/SampleAnalyzerPlugin.so
[6778/7690] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so
[6779/7690] Linking CXX shared library lib/libclangInterpreter.so.21.0git
[6780/7690] Creating library symlink lib/libclangInterpreter.so
[6781/7690] Linking CXX shared library lib/libFortranParser.so.21.0git
[6782/7690] Creating library symlink lib/libFortranParser.so
[6783/7690] Linking CXX executable bin/f18-parse-demo
[6784/7690] Building CXX object tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o
FAILED: tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLIBC_NAMESPACE=__llvm_libc_common_utils -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/tools/llvm-gpu-loader -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/build/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/include -I/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc -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-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o -MF tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o.d -o tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o -c /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits.h:31,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/core_structs.h:15,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:13,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/RPC/rpc_server.h:38,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/shared/rpc_server.h:12,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp:15:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h: In function ‘constexpr bool __llvm_libc_common_utils::cpp::is_constant_evaluated()’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h:18:10: error: ‘__builtin_is_constant_evaluated’ was not declared in this scope
return __builtin_is_constant_evaluated();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/CPP/type_traits/is_constant_evaluated.h:18:10: note: suggested alternative: ‘is_constant_evaluated’
return __builtin_is_constant_evaluated();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
is_constant_evaluated
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/FPUtil/FPBits.h:25,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/core_structs.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:13,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/RPC/rpc_server.h:38,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/shared/rpc_server.h:12,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp:15:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h: In function ‘constexpr __llvm_libc_common_utils::cpp::enable_if_t<is_unsigned_v<T>, T> __llvm_libc_common_utils::add_with_carry(T, T, T, T&)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:77:44: in ‘constexpr’ expansion of ‘__llvm_libc_common_utils::cpp::is_constant_evaluated()’
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:77:46: error: ‘constexpr’ call flows off the end of the function
if constexpr (!cpp::is_constant_evaluated()) {
^
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h: In function ‘constexpr __llvm_libc_common_utils::cpp::enable_if_t<is_unsigned_v<T>, T> __llvm_libc_common_utils::sub_with_borrow(T, T, T, T&)’:
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:103:44: in ‘constexpr’ expansion of ‘__llvm_libc_common_utils::cpp::is_constant_evaluated()’
/home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/__support/math_extras.h:103:46: error: ‘constexpr’ call flows off the end of the function
if constexpr (!cpp::is_constant_evaluated()) {
^
In file included from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/string/memory_utils/inline_memcpy.h:14,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/writer.h:16,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/int_converter.h:19,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/strerror_converter.h:15,
from /home/botworker/bbot/amdgpu-offload-rhel-8-cmake-build-only/llvm-project/cmake/Modules/../../libc/src/stdio/printf_core/converter.h:15,
```
</details>
https://github.com/llvm/llvm-project/pull/132096
More information about the llvm-commits
mailing list