test: Add REQUIRES: riscv

This commit is contained in:
Fangrui Song 2025-08-12 22:39:57 -07:00
parent 94655dc8ae
commit 04eb5e0cd4

View File

@ -1,3 +1,4 @@
# REQUIRES: riscv
# RUN: rm -rf %t && split-file %s %t && cd %t
# RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=+c,+relax a.s -o ac.o
# RUN: llvm-mc -filetype=obj -triple=riscv64 -mattr=+c,+relax b.s -o bc.o