[lld] bbddaad - Add REQUIRES: riscv to riscv test
Leonard Chan via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 14:17:31 PST 2023
Author: Leonard Chan
Date: 2023-02-23T22:16:49Z
New Revision: bbddaad6e8598f3af80cb185a96162da474792da
URL: https://github.com/llvm/llvm-project/commit/bbddaad6e8598f3af80cb185a96162da474792da
DIFF: https://github.com/llvm/llvm-project/commit/bbddaad6e8598f3af80cb185a96162da474792da.diff
LOG: Add REQUIRES: riscv to riscv test
This should fix builders like
https://lab.llvm.org/buildbot/#/builders/139/builds/36522
Added:
Modified:
lld/test/ELF/riscv-reloc-plt32.s
Removed:
################################################################################
diff --git a/lld/test/ELF/riscv-reloc-plt32.s b/lld/test/ELF/riscv-reloc-plt32.s
index 39cd29553e97..8cbc2d3f442c 100644
--- a/lld/test/ELF/riscv-reloc-plt32.s
+++ b/lld/test/ELF/riscv-reloc-plt32.s
@@ -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
#
More information about the llvm-commits
mailing list