Skip to content

Commit 1876a89

Browse files
[llvm-exegesis] Require RISCV Target for new test
This test was causing buildbot failures because it requires both the RISCV and X86 targets to be enabled to run successfully. It already requires the X86 target by virtue of being in the X86/ test directory, but failed to require the RISCV target, which this patch corrects.
1 parent d2a7a24 commit 1876a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# RUN: not llvm-exegesis -mtriple=riscv64-unknown-linux-gnu -mode=latency --benchmark-phase=assemble-measured-code -opcode-name=ADD 2>&1 | FileCheck %s
2+
# REQUIRES: riscv-registered-target
23

34
# CHECK: llvm-exegesis error: A CPU must be explicitly specified when cross compiling. To see all possible options for riscv64-unknown-linux-gnu triple use -mcpu=help

0 commit comments

Comments
 (0)