[lld] d1827f0 - Add `REQUIRES: riscv` to test added in 151639 to skip the test when riscv is not built. (#152858)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 9 07:01:17 PDT 2025


Author: dyung
Date: 2025-08-09T07:01:14-07:00
New Revision: d1827f040f6e056e62cf4158bdf90d0acdf3d287

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

LOG: Add `REQUIRES: riscv` to test added in 151639 to skip the test when riscv is not built. (#152858)

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 9a782ed47850a..4ba932ce5f847 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