Add REQUIRES: riscv to riscv test

This should fix builders like
https://lab.llvm.org/buildbot/#/builders/139/builds/36522
This commit is contained in:
Leonard Chan 2023-02-23 22:16:49 +00:00
parent 4f0aa2517d
commit bbddaad6e8

View File

@ -1,3 +1,5 @@
# REQUIRES: riscv
# RUN: llvm-mc -filetype=obj -triple=riscv64 %s -o %t.o
# RUN: llvm-mc -filetype=obj -triple=riscv64 %S/Inputs/abs256.s -o %t256.o
#