[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 04:54:44 PST 2024
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/9353
<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/llvm-exegesis/RISCV/latency-by-opcode-name-FADD_D.s' FAILED ********************
Exit Code: 2
Command Output (stderr):
--
RUN: at line 1: /buildbot/worker/arc-folder/build/bin/llvm-exegesis -mtriple=riscv64-unknown-linux-gnu --mcpu=generic -mode=latency --benchmark-phase=assemble-measured-code -mattr=+d -opcode-name=FADD_D | /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-opcode-name-FADD_D.s
+ /buildbot/worker/arc-folder/build/bin/llvm-exegesis -mtriple=riscv64-unknown-linux-gnu --mcpu=generic -mode=latency --benchmark-phase=assemble-measured-code -mattr=+d -opcode-name=FADD_D
+ /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-opcode-name-FADD_D.s
llvm-exegesis error: no LLVM target for triple riscv64-unknown-linux-gnu
FileCheck error: '<stdin>' is empty.
FileCheck command line: /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-opcode-name-FADD_D.s
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list