[clang] [llvm] [RISCV] Implement the implications of C extension (PR #132259)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 01:36:17 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lld-x86_64-ubuntu-fast` running on `as-builder-4` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/33/builds/13582
<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 'lld :: ELF/lto/riscv-attributes.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 3: rm -rf /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp && split-file /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp && cd /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp
+ rm -rf /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp
+ split-file /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp
+ cd /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/tools/lld/test/ELF/lto/Output/riscv-attributes.ll.tmp
RUN: at line 4: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-mc -filetype=obj -triple=riscv32 1.s -o 1.o
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-mc -filetype=obj -triple=riscv32 1.s -o 1.o
RUN: at line 5: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-mc -filetype=obj -triple=riscv32 2.s -o 2.o
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-mc -filetype=obj -triple=riscv32 2.s -o 2.o
RUN: at line 6: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-as a.ll -o a.bc
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-as a.ll -o a.bc
RUN: at line 7: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/ld.lld 1.o 2.o a.bc -o out
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/ld.lld 1.o 2.o a.bc -o out
RUN: at line 8: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-readelf --arch-specific out | /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llvm-readelf --arch-specific out
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll:13:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: SectionLength: 98
^
<stdin>:3:13: note: scanning from here
Section 1 {
^
<stdin>:4:2: note: possible intended match here
SectionLength: 119
^
Input file: <stdin>
Check file: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/lld/test/ELF/lto/riscv-attributes.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: BuildAttributes {
2: FormatVersion: 0x41
3: Section 1 {
next:13'0 X error: no match found
4: SectionLength: 119
next:13'0 ~~~~~~~~~~~~~~~~~~~~
next:13'1 ? possible intended match
5: Vendor: riscv
next:13'0 ~~~~~~~~~~~~~~~
6: Tag: Tag_File (0x1)
next:13'0 ~~~~~~~~~~~~~~~~~~~~~
7: Size: 109
next:13'0 ~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/132259
More information about the llvm-commits
mailing list