diff options
author | Igor Kudrin <ikudrin.dev@gmail.com> | 2015-10-22 08:58:03 +0000 |
---|---|---|
committer | Igor Kudrin <ikudrin.dev@gmail.com> | 2015-10-22 08:58:03 +0000 |
commit | 0cb1561e425a190cb7a08027623441d901d78563 (patch) | |
tree | e6365ac33fbd211cd00dd37353deac8e1e09a823 | |
parent | f80abb9ec7cea99583ebd709ab3dd343105dcf2a (diff) | |
download | bcm5719-llvm-0cb1561e425a190cb7a08027623441d901d78563.tar.gz bcm5719-llvm-0cb1561e425a190cb7a08027623441d901d78563.zip |
Fix the buildbot.
test/elf2/gnu-hash-table.s requires ppc target support to run.
llvm-svn: 251002
-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 |