[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
Tue Sep 16 19:28:16 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/25135
<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 :: CodeGen/X86/memcmp-pgso.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc < /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll -mtriple=x86_64-unknown-unknown | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/FileCheck /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll --check-prefixes=X64,X64-SSE2
# executed command: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc -mtriple=x86_64-unknown-unknown
# executed command: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/FileCheck /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll --check-prefixes=X64,X64-SSE2
# .---command stderr------------
# | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll:75:13: error: X64-NEXT: expected string not found in input
# | ; X64-NEXT: jne .LBB4_3
# | ^
# | <stdin>:66:15: note: scanning from here
# | cmpw %cx, %ax
# | ^
# | <stdin>:67:2: note: possible intended match here
# | jne .LBB4_1
# | ^
# | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll:153:13: error: X64-NEXT: expected string not found in input
# | ; X64-NEXT: jne .LBB9_3
# | ^
# | <stdin>:146:17: note: scanning from here
# | cmpl %ecx, %eax
# | ^
# | <stdin>:147:2: note: possible intended match here
# | jne .LBB9_1
# | ^
# | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll:247:13: error: X64-NEXT: expected string not found in input
# | ; X64-NEXT: jne .LBB15_2
# | ^
# | <stdin>:242:17: note: scanning from here
# | cmpq %rdx, %rcx
# | ^
# | <stdin>:243:2: note: possible intended match here
# | jne .LBB15_1
# | ^
# | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll:277:13: error: X64-NEXT: expected string not found in input
# | ; X64-NEXT: jne .LBB16_2
# | ^
# | <stdin>:272:17: note: scanning from here
# | cmpq %rdx, %rcx
# | ^
# | <stdin>:273:2: note: possible intended match here
# | jne .LBB16_1
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/CodeGen/X86/memcmp-pgso.ll
# |
...
```
</details>
https://github.com/llvm/llvm-project/pull/158460
More information about the llvm-commits
mailing list