[lld] 04eb5e0 - test: Add REQUIRES: riscv

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 12 22:40:02 PDT 2025


Author: Fangrui Song
Date: 2025-08-12T22:39:57-07:00
New Revision: 04eb5e0cd46be93f54ffc4fcde72bb5b795dc44a

URL: https://github.com/llvm/llvm-project/commit/04eb5e0cd46be93f54ffc4fcde72bb5b795dc44a
DIFF: https://github.com/llvm/llvm-project/commit/04eb5e0cd46be93f54ffc4fcde72bb5b795dc44a.diff

LOG: test: Add REQUIRES: riscv

Added: 
    

Modified: 
    lld/test/ELF/riscv-relocatable-align.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/riscv-relocatable-align.s b/lld/test/ELF/riscv-relocatable-align.s
index 13b8350d91e05..9cd59e96a7196 100644
--- a/lld/test/ELF/riscv-relocatable-align.s
+++ b/lld/test/ELF/riscv-relocatable-align.s
@@ -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


        


More information about the llvm-commits mailing list