diff options
author | Yvan Roux <yvan.roux@linaro.org> | 2019-05-20 08:51:39 +0000 |
---|---|---|
committer | Yvan Roux <yvan.roux@linaro.org> | 2019-05-20 08:51:39 +0000 |
commit | bc07278e022b115d73db1982fce9cd1a971b0854 (patch) | |
tree | 3bde4a084bf7aa734d6351a0a0a89fa2cbd15903 | |
parent | 0261b9498b89aeeffc93e307d548bbfff5d90b2a (diff) | |
download | bcm5719-llvm-bc07278e022b115d73db1982fce9cd1a971b0854.tar.gz bcm5719-llvm-bc07278e022b115d73db1982fce9cd1a971b0854.zip |
[ELF] Fix tests from r361013 on ARM/AARch64 bots.
llvm-svn: 361128
-rw-r--r-- | lld/test/ELF/relocation-none-i386.s | 2 | ||||
-rw-r--r-- | lld/test/ELF/relocation-none-x86-64.s | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lld/test/ELF/relocation-none-i386.s b/lld/test/ELF/relocation-none-i386.s index 812150772f4..4174dc1ec38 100644 --- a/lld/test/ELF/relocation-none-i386.s +++ b/lld/test/ELF/relocation-none-i386.s @@ -1,3 +1,5 @@ +# REQUIRES: x86 + # RUN: llvm-mc -filetype=obj -triple=i386-linux-musl %s -o %t.o # RUN: ld.lld --gc-sections %t.o -o %t # RUN: llvm-readelf -S -r %t | FileCheck %s diff --git a/lld/test/ELF/relocation-none-x86-64.s b/lld/test/ELF/relocation-none-x86-64.s index 8e477a4606d..be6b07c3f50 100644 --- a/lld/test/ELF/relocation-none-x86-64.s +++ b/lld/test/ELF/relocation-none-x86-64.s @@ -1,3 +1,5 @@ +# REQUIRES: x86 + # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-musl %s -o %t.o # RUN: ld.lld --gc-sections %t.o -o %t # RUN: llvm-readelf -S -r %t | FileCheck %s |