[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 12:54:19 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-win` running on `as-builder-8` while building `llvm` at step 7 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/54/builds/12844
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/X86/memcmp-pgso-x32.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\llc.exe < C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll -mtriple=i686-unknown-unknown -mattr=cmov | c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\filecheck.exe C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll --check-prefixes=X86,X86-NOSSE
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\llc.exe' -mtriple=i686-unknown-unknown -mattr=cmov
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\build\bin\filecheck.exe' 'C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll' --check-prefixes=X86,X86-NOSSE
# .---command stderr------------
# | C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll:83:13: error: X86-NEXT: expected string not found in input
# | ; X86-NEXT: jne .LBB4_3
# | ^
# | <stdin>:75:15: note: scanning from here
# | cmpw %si, %dx
# | ^
# | <stdin>:76:2: note: possible intended match here
# | jne .LBB4_1
# | ^
# | C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll:173:13: error: X86-NEXT: expected string not found in input
# | ; X86-NEXT: jne .LBB9_3
# | ^
# | <stdin>:167:17: note: scanning from here
# | cmpl %esi, %edx
# | ^
# | <stdin>:168:2: note: possible intended match here
# | jne .LBB9_1
# | ^
# | C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll:219:13: error: X86-NEXT: expected string not found in input
# | ; X86-NEXT: jne .LBB11_2
# | ^
# | <stdin>:214:17: note: scanning from here
# | cmpl %edx, %ecx
# | ^
# | <stdin>:215:2: note: possible intended match here
# | jne .LBB11_1
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\buildbot\as-builder-8\llvm-nvptx-nvidia-win\llvm-project\llvm\test\CodeGen\X86\memcmp-pgso-x32.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 70: movl 8(%esp), %eax
# | 71: movzwl (%eax), %edx
...
```
</details>
https://github.com/llvm/llvm-project/pull/158460
More information about the llvm-commits
mailing list