From 3a02b12439f8ac9e459a34ad4d02d5bcf1a5540b Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Fri, 17 May 2019 15:38:01 +0000 Subject: [PATCH] Fix tests from r361013 on X86 bots. llvm-svn: 361041 --- lld/test/ELF/relocation-none-aarch64.s | 2 ++ lld/test/ELF/relocation-none-arm.s | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lld/test/ELF/relocation-none-aarch64.s b/lld/test/ELF/relocation-none-aarch64.s index e3265cf53ee3..7783c127cf86 100644 --- a/lld/test/ELF/relocation-none-aarch64.s +++ b/lld/test/ELF/relocation-none-aarch64.s @@ -1,3 +1,5 @@ +# REQUIRES: aarch64 + # RUN: llvm-mc -filetype=obj -triple=aarch64-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-arm.s b/lld/test/ELF/relocation-none-arm.s index 9ca2b3801dc6..dc4eaa7b0b8d 100644 --- a/lld/test/ELF/relocation-none-arm.s +++ b/lld/test/ELF/relocation-none-arm.s @@ -1,3 +1,5 @@ +# REQUIRES: arm + # RUN: llvm-mc -filetype=obj -triple=armv7-linux-musl %s -o %t.o # RUN: ld.lld --gc-sections %t.o -o %t # RUN: llvm-readelf -S -r %t | FileCheck %s