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

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


Author: Fangrui Song
Date: 2025-08-12T22:18:14-07:00
New Revision: 856290d1c18005952dd7abb8123565fa1d0440c3

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

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

This reverts commit d1827f040f6e056e62cf4158bdf90d0acdf3d287.

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 4ba932ce5f847..9a782ed47850a 100644
--- a/lld/test/ELF/riscv-relocatable-align.s
+++ b/lld/test/ELF/riscv-relocatable-align.s
@@ -1,4 +1,3 @@
-# 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