[llvm] Revert "[Object] Handle SHT_CREL relocation sections when resolving relocation data" (PR #142068)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 17:49:16 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-ppc64le-linux-test-suite` running on `ppc64le-clang-test-suite` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/95/builds/13898
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/debug_info_crel.yaml' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/yaml2obj /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llvm-dwarfdump - | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml # RUN: at line 3
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/yaml2obj /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llvm-dwarfdump -
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml
error: invalid reference to or invalid content in .debug_str_offsets[.dwo]: insufficient space for 32 bit header prefix
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml:5:10: error: CHECK: expected string not found in input
# CHECK: DW_AT_producer ("clang version
^
<stdin>:1:1: note: scanning from here
-: file format elf64-x86-64
^
<stdin>:7:2: note: possible intended match here
DW_AT_producer ()
^
Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: -: file format elf64-x86-64
check:5'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
2:
check:5'0 ~
3: .debug_info contents:
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~
4: 0x00000000: Compile Unit: length = 0x00000034, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset = 0x0000, addr_size = 0x08 (next unit at 0x00000038)
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:
check:5'0 ~
6: 0x0000000c: DW_TAG_compile_unit
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7: DW_AT_producer ()
check:5'0 ~~~~~~~~~~~~~~~~~~~
check:5'1 ? possible intended match
8: DW_AT_language (DW_LANG_C_plus_plus_14)
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9: DW_AT_name ()
check:5'0 ~~~~~~~~~~~~~~~
10: DW_AT_str_offsets_base (0x00000000)
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11: DW_AT_stmt_list (0x00000000)
check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/142068
More information about the llvm-commits
mailing list