[llvm] [llc] Register pass plugin callbacks with the new pass manager (PR #217727)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 13:34:00 PDT 2026
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/44245
<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 :: Feature/codegen-plugin-passes.mir' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 7
/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc -mtriple=x86_64-- -load-pass-plugin=/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib/Bye.so -passes=goodbye -wave-goodbye /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir -o /dev/null 2>&1 | /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/Feature/codegen-plugin-passes.mir
# executed command: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc -mtriple=x86_64-- -load-pass-plugin=/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib/Bye.so -passes=goodbye -wave-goodbye /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir -o /dev/null
# 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/Feature/codegen-plugin-passes.mir
# RUN: at line 8
/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc -mtriple=x86_64-- -load-pass-plugin=/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib/Bye.so -passes=goodbye --print-pipeline-passes -filetype=null /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir | /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/Feature/codegen-plugin-passes.mir --check-prefix=PIPELINE
# executed command: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/bin/llc -mtriple=x86_64-- -load-pass-plugin=/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib/Bye.so -passes=goodbye --print-pipeline-passes -filetype=null /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir
# 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/Feature/codegen-plugin-passes.mir --check-prefix=PIPELINE
# .---command stderr------------
# | /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir:11:13: error: PIPELINE: expected string not found in input
# | # PIPELINE: function((anonymous namespace)::Bye)
# | ^
# | <stdin>:1:1: note: scanning from here
# | function({anonymous}::Bye),PrintMIRPreparePass,function(machine-function(verify,print))
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/test/Feature/codegen-plugin-passes.mir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: function({anonymous}::Bye),PrintMIRPreparePass,function(machine-function(verify,print))
# | check:11'0 { } search range (exclusive bounds)
# | check:11'1 error: no match found in search range
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/217727
More information about the llvm-commits
mailing list