[llvm] [NFCI][Globals] In GlobalObjects::setSectionPrefix, do conditional update if existing prefix is not equivalent to the new one. Returns whether prefix changed. (PR #158460)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 05:44:37 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu-no-asserts` running on `doug-worker-6` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/3365
<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 :: CodeGen/X86/memcmp-pgso-x32.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/buildbot/buildbot-root/gcc-no-asserts/build/bin/llc < /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll -mtriple=i686-unknown-unknown -mattr=cmov | /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/FileCheck /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll --check-prefixes=X86,X86-NOSSE
# executed command: /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/llc -mtriple=i686-unknown-unknown -mattr=cmov
# note: command had no output on stdout or stderr
# executed command: /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/FileCheck /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll --check-prefixes=X86,X86-NOSSE
# .---command stderr------------
# | [1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll:83:13: [0m[0;1;31merror: [0m[1mX86-NEXT: expected string not found in input
[0m# | [1m[0m; X86-NEXT: jne .LBB4_3
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:75:15: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0m cmpw %si, %dx
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:76:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m jne .LBB4_1
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll:173:13: [0m[0;1;31merror: [0m[1mX86-NEXT: expected string not found in input
[0m# | [1m[0m; X86-NEXT: jne .LBB9_3
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:167:17: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0m cmpl %esi, %edx
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:168:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m jne .LBB9_1
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll:219:13: [0m[0;1;31merror: [0m[1mX86-NEXT: expected string not found in input
[0m# | [1m[0m; X86-NEXT: jne .LBB11_2
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:214:17: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0m cmpl %edx, %ecx
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:215:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m jne .LBB11_1
# | [0;1;32m ^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso-x32.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46m .file "<stdin>" [0m
# | [0;1;30m 2: [0m[1m[0;1;46m .section .text.unlikely.,"ax", at progbits [0m
# | [0;1;30m 3: [0m[1m[0;1;46m .globl length2 # -- Begin function length2 [0m
# | [0;1;30m 4: [0m[1m[0;1;46m .p2align 4 [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/158460
More information about the llvm-commits
mailing list