[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:23:20 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `arc-builder` running on `arc-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/3/builds/24601
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: tools/llc/save-stats.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
/buildbot/worker/arc-folder/build/bin/llc -mtriple=arm64-apple-macosx --save-stats=obj -o /buildbot/worker/arc-folder/build/test/tools/llc/Output/save-stats.ll.tmp.s /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llc/save-stats.ll && cat /buildbot/worker/arc-folder/build/test/tools/llc/Output/save-stats.ll.tmp.stats | /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llc/save-stats.ll
# executed command: /buildbot/worker/arc-folder/build/bin/llc -mtriple=arm64-apple-macosx --save-stats=obj -o /buildbot/worker/arc-folder/build/test/tools/llc/Output/save-stats.ll.tmp.s /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llc/save-stats.ll
# .---command stderr------------
# | /buildbot/worker/arc-folder/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