[llvm] [tools][llc] Add `--save-stats` option (PR #163967)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 9 04:28:39 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `llvm` at step 9 "Add check check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/33777
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 9 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: tools/llc/save-stats.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=arm64-apple-macosx --save-stats=obj -o /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/test/tools/llc/Output/save-stats.ll.tmp.s /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/tools/llc/save-stats.ll && cat /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/test/tools/llc/Output/save-stats.ll.tmp.stats | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/tools/llc/save-stats.ll
# executed command: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=arm64-apple-macosx --save-stats=obj -o /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/test/tools/llc/Output/save-stats.ll.tmp.s /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/tools/llc/save-stats.ll
# .---command stderr------------
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/163967
More information about the llvm-commits
mailing list