projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0aa25
)
Add REQUIRES: riscv to riscv test
author
Leonard Chan
<leonardchan@google.com>
Thu, 23 Feb 2023 22:16:49 +0000
(22:16 +0000)
committer
Leonard Chan
<leonardchan@google.com>
Thu, 23 Feb 2023 22:16:49 +0000
(22:16 +0000)
This should fix builders like
https://lab.llvm.org/buildbot/#/builders/139/builds/36522
lld/test/ELF/riscv-reloc-plt32.s
patch
|
blob
|
history
diff --git
a/lld/test/ELF/riscv-reloc-plt32.s
b/lld/test/ELF/riscv-reloc-plt32.s
index
39cd295
..
8cbc2d3
100644
(file)
--- 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
#