[clang] [clang][bytecode][NFC] Use SourceInfo for opcode emitter helpers (PR #205550)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 08:19:54 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/36287
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (ninja check 1) failure: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
...
[154/158] Linking CXX executable unittests/ObjectYAML/ObjectYAMLTests
[155/158] Linking CXX executable tools/clang/unittests/Interpreter/ClangReplInterpreterTests
[156/158] Linking CXX executable tools/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests
[157/158] Linking CXX executable tools/clang/unittests/AllClangUnitTests
[157/158] Running all regression tests
llvm-lit: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit/llvm/config.py:569: note: using split-file: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/split-file
llvm-lit: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit/llvm/config.py:569: note: using yaml2obj: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/yaml2obj
llvm-lit: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit/llvm/config.py:569: note: using llvm-objcopy: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/llvm-objcopy
llvm-lit: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit/llvm/config.py:569: note: using clang: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang
-- Testing: 96030 of 96033 tests, 256 workers --
command timed out: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1244.145400
```
</details>
https://github.com/llvm/llvm-project/pull/205550
More information about the cfe-commits
mailing list