[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 16:04:30 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-win-x-aarch64` running on `as-builder-2` while building `libc,llvm` at step 8 "build-default".

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

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

```
Step 8 (build-default) failure: cmake (failure)
...
101.204 [31/45/4917]Building CXX object tools\obj2yaml\CMakeFiles\obj2yaml.dir\dwarf2yaml.cpp.obj
101.205 [31/44/4918]Building CXX object tools\obj2yaml\CMakeFiles\obj2yaml.dir\xcoff2yaml.cpp.obj
101.206 [31/43/4919]Building CXX object tools\obj2yaml\CMakeFiles\obj2yaml.dir\wasm2yaml.cpp.obj
101.208 [31/42/4920]Building CXX object tools\obj2yaml\CMakeFiles\obj2yaml.dir\macho2yaml.cpp.obj
101.210 [31/41/4921]Building CXX object tools\obj2yaml\CMakeFiles\obj2yaml.dir\elf2yaml.cpp.obj
101.236 [30/41/4922]Building CXX object tools\sancov\CMakeFiles\sancov.dir\sancov.cpp.obj
101.257 [29/41/4923]Linking CXX executable bin\llvm-strings.exe
101.258 [29/40/4924]Linking CXX executable bin\llvm-pdbutil.exe
101.309 [29/39/4925]Linking CXX static library lib\LLVMOptDriver.lib
101.329 [28/39/4926]Building CXX object tools\llvm-gpu-loader\CMakeFiles\llvm-gpu-loader.dir\llvm-gpu-loader.cpp.obj
FAILED: tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.obj 
ccache C:\PROGRA~1\MICROS~2\2022\COMMUN~1\VC\Tools\MSVC\1439~1.335\bin\Hostx64\x64\cl.exe  /nologo /TP -DGTEST_HAS_RTTI=0 -DLIBC_NAMESPACE=__llvm_libc_common_utils -DLLVM_BUILD_STATIC -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -IC:\buildbot\as-builder-2\x-aarch64\build\tools\llvm-gpu-loader -IC:\buildbot\as-builder-2\x-aarch64\llvm-project\llvm\tools\llvm-gpu-loader -IC:\buildbot\as-builder-2\x-aarch64\build\include -IC:\buildbot\as-builder-2\x-aarch64\llvm-project\llvm\include -IC:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc -external:IC:\buildbot\fs\zlib-win32\include -external:W0 -D__OPTIMIZE__ /Zc:inline /Zc:preprocessor /Zc:__cplusplus /Oi /bigobj /permissive- /W4 -wd4141 -wd4146 -wd4244 -wd4267 -wd4291 -wd4351 -wd4456 -wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 -wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4709 -wd5105 -wd4324 -wd4251 -wd4275 -w14062 -we4238 /Gw /O2 /Ob2  -MD  /EHs-c- /GR- -UNDEBUG -std:c++17 /showIncludes /Fotools\llvm-gpu-loader\CMakeFiles\llvm-gpu-loader.dir\llvm-gpu-loader.cpp.obj /Fdtools\llvm-gpu-loader\CMakeFiles\llvm-gpu-loader.dir\ /FS -c C:\buildbot\as-builder-2\x-aarch64\llvm-project\llvm\tools\llvm-gpu-loader\llvm-gpu-loader.cpp
C:\buildbot\as-builder-2\x-aarch64\llvm-project\libc\shared\rpc_util.h(267): error C3861: '__builtin_memcpy': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(118): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(118): note: the template instantiation context (the oldest one first) is
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(74): note: while compiling class template 'rpc::Process'
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(118): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(125): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(125): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(135): error C3861: '__ATOMIC_RELEASE': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(136): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(135): error C2065: '__ATOMIC_RELEASE': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(136): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(149): error C3861: '__ATOMIC_ACQUIRE': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(149): error C2065: '__ATOMIC_ACQUIRE': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(205): error C3861: '__ATOMIC_ACQUIRE': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(205): error C2065: '__ATOMIC_ACQUIRE': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(213): error C3861: '__ATOMIC_RELEASE': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(213): error C2065: '__ATOMIC_RELEASE': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(260): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(260): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(271): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(271): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/type_traits/is_complex.h(31): error C2187: syntax error: 'float' was unexpected here
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/type_traits/is_complex.h(31): note: the template instantiation context (the oldest one first) is
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/type_traits/is_complex.h(22): note: while compiling class template '__llvm_libc_common_utils::cpp::is_complex'
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/type_traits/is_complex.h(31): error C2062: type 'float' unexpected
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(109): error C3861: '__builtin_ctz': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(109): error C3615: constexpr function '__llvm_libc_common_utils::cpp::countr_zero' cannot result in a constant expression
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(109): note: failure was caused by control reaching the end of a constexpr function
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(110): error C3861: '__builtin_ctzl': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(110): error C3615: constexpr function '__llvm_libc_common_utils::cpp::countr_zero' cannot result in a constant expression
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(110): note: failure was caused by control reaching the end of a constexpr function
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(111): error C3861: '__builtin_ctzll': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(111): error C3615: constexpr function '__llvm_libc_common_utils::cpp::countr_zero' cannot result in a constant expression
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(111): note: failure was caused by control reaching the end of a constexpr function
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(148): error C3861: '__builtin_clz': identifier not found
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(148): error C3615: constexpr function '__llvm_libc_common_utils::cpp::countl_zero' cannot result in a constant expression
C:\buildbot\as-builder-2\x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(148): note: failure was caused by control reaching the end of a constexpr function

```

</details>

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


More information about the llvm-commits mailing list