[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 15:18:36 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `polly-x86_64-linux-shared` running on `polly-x86_64-gce2` while building `libc,llvm` at step 5 "build".

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

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

```
Step 5 (build) failure: 'ninja' (failure)
...
      |                              ^~~~~~~~~~~
/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp: In function ‘int main(int, const char**, const char**)’:
/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.cpp:132:20: warning: unused variable ‘params’ [-Wunused-variable]
  132 |   LaunchParameters params{threads_x, threads_y, threads_z,
      |                    ^~~~~~
[4256/4334] Linking CXX shared module lib/ExampleIRTransforms.so
[4257/4334] Building CXX object examples/Bye/CMakeFiles/Bye.dir/Bye.cpp.o
[4258/4334] Linking C shared library lib/libPollyISL.so
[4259/4334] Linking CXX shared module lib/Bye.so
[4260/4334] Linking CXX executable bin/llvm-gpu-loader
FAILED: bin/llvm-gpu-loader 
: && /usr/bin/c++ -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-redundant-move -Wno-pessimizing-move -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 -fuse-ld=lld -Wl,--color-diagnostics     -Wl,--gc-sections tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o -o bin/llvm-gpu-loader  -Wl,-rpath,"\$ORIGIN/../lib:/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.obj/lib:"  lib/libLLVMOption.so.21.0git  lib/libLLVMFrontendOffloading.so.21.0git  lib/libLLVMObject.so.21.0git  lib/libLLVMBinaryFormat.so.21.0git  lib/libLLVMSupport.so.21.0git  -Wl,-rpath-link,/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.obj/lib && :
ld.lld: error: undefined symbol: llvm::Triple::getArchTypeName(llvm::Triple::ArchType)
>>> referenced by llvm-gpu-loader.cpp
>>>               tools/llvm-gpu-loader/CMakeFiles/llvm-gpu-loader.dir/llvm-gpu-loader.cpp.o:(main)
collect2: error: ld returned 1 exit status
[4261/4334] Linking CXX shared module lib/LLVMPolly.so
[4262/4334] Linking CXX shared library lib/libPolly.so.21.0git
ninja: build stopped: subcommand failed.

```

</details>

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


More information about the llvm-commits mailing list