[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:24:24 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `libc,llvm` at step 8 "build-default".

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

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

```
Step 8 (build-default) failure: cmake (failure)
...
55.329 [1397/130/3851]Building CXX object tools\bugpoint\CMakeFiles\bugpoint.dir\ToolRunner.cpp.obj
55.337 [1396/130/3852]Building CXX object tools\llvm-exegesis\lib\AArch64\CMakeFiles\LLVMExegesisAArch64.dir\Target.cpp.obj
55.350 [1395/130/3853]Building CXX object tools\bugpoint\CMakeFiles\bugpoint.dir\CrashDebugger.cpp.obj
55.359 [1394/130/3854]Linking CXX executable bin\lit-cpuid.exe
55.381 [1393/130/3855]Building CXX object tools\lldb\source\Core\CMakeFiles\lldbCore.dir\ModuleChild.cpp.obj
55.388 [1392/130/3856]Building CXX object tools\bugpoint\CMakeFiles\bugpoint.dir\OptimizerDriver.cpp.obj
55.411 [1391/130/3857]Building CXX object tools\bugpoint\CMakeFiles\bugpoint.dir\Miscompilation.cpp.obj
55.419 [1390/130/3858]Building CXX object tools\clang\lib\StaticAnalyzer\Checkers\CMakeFiles\obj.clangStaticAnalyzerCheckers.dir\NonNullParamChecker.cpp.obj
55.431 [1389/130/3859]Building CXX object tools\bugpoint\CMakeFiles\bugpoint.dir\bugpoint.cpp.obj
55.456 [1388/130/3860]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~1\2022\COMMUN~1\VC\Tools\MSVC\1441~1.341\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-10\lldb-x-aarch64\build\tools\llvm-gpu-loader -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\tools\llvm-gpu-loader -IC:\buildbot\as-builder-10\lldb-x-aarch64\build\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include -IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc -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-10\lldb-x-aarch64\llvm-project\llvm\tools\llvm-gpu-loader\llvm-gpu-loader.cpp
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\libc\shared\rpc_util.h(267): error C3861: '__builtin_memcpy': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(118): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-10\lldb-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-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(74): note: while compiling class template 'rpc::Process'
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(118): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(125): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(125): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(135): error C3861: '__ATOMIC_RELEASE': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(136): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(135): error C2065: '__ATOMIC_RELEASE': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(136): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(149): error C3861: '__ATOMIC_ACQUIRE': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(149): error C2065: '__ATOMIC_ACQUIRE': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(205): error C3861: '__ATOMIC_ACQUIRE': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(205): error C2065: '__ATOMIC_ACQUIRE': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(213): error C3861: '__ATOMIC_RELEASE': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(213): error C2065: '__ATOMIC_RELEASE': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(260): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(260): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(271): error C3861: '__ATOMIC_RELAXED': identifier not found
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\shared/rpc.h(271): error C2065: '__ATOMIC_RELAXED': undeclared identifier
C:\buildbot\as-builder-10\lldb-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-10\lldb-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-10\lldb-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-10\lldb-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-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(109): error C3861: '__builtin_ctz': identifier not found
C:\buildbot\as-builder-10\lldb-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-10\lldb-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-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(110): error C3861: '__builtin_ctzl': identifier not found
C:\buildbot\as-builder-10\lldb-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-10\lldb-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-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(111): error C3861: '__builtin_ctzll': identifier not found
C:\buildbot\as-builder-10\lldb-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-10\lldb-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-10\lldb-x-aarch64\llvm-project\cmake\Modules\..\..\libc\src/__support/CPP/bit.h(148): error C3861: '__builtin_clz': identifier not found
C:\buildbot\as-builder-10\lldb-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-10\lldb-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