[llvm] [Object] Handle SHT_CREL relocation sections when resolving relocation data (PR #141843)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 18:47:25 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-ubuntu` running on `as-builder-7` while building `llvm` at step 6 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/180/builds/18467
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/debug_info_crel.test' FAILED ********************
Exit Code: 127
Command Output (stderr):
--
echo "void foo(){}" | clang++ --target=x86_64-pc-linux -Wa,--crel,--allow-experimental-crel -g -c -x c++ - -o /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/test/tools/llvm-dwarfdump/X86/Output/debug_info_crel.test.tmp # RUN: at line 2
+ echo 'void foo(){}'
+ clang++ --target=x86_64-pc-linux -Wa,--crel,--allow-experimental-crel -g -c -x c++ - -o /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/test/tools/llvm-dwarfdump/X86/Output/debug_info_crel.test.tmp
/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/test/tools/llvm-dwarfdump/X86/Output/debug_info_crel.test.script: line 1: clang++: command not found
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/141843
More information about the llvm-commits
mailing list