diff options
-rw-r--r-- | lld/test/elf2/gnu-hash-table.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/test/elf2/gnu-hash-table.s b/lld/test/elf2/gnu-hash-table.s index 5348ed6a022..ccab0fdde5e 100644 --- a/lld/test/elf2/gnu-hash-table.s +++ b/lld/test/elf2/gnu-hash-table.s @@ -1,3 +1,5 @@ +# REQUIRES: x86,ppc + # RUN: echo ".globl foo" > %te.s # RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %te.s -o %te-i386.o # RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t-i386.o |