[lld] r361128 - [ELF] Fix tests from r361013 on ARM/AARch64 bots.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 01:51:39 PDT 2019


Author: yroux
Date: Mon May 20 01:51:39 2019
New Revision: 361128

URL: http://llvm.org/viewvc/llvm-project?rev=361128&view=rev
Log:
[ELF] Fix tests from r361013 on ARM/AARch64 bots.

Modified:
    lld/trunk/test/ELF/relocation-none-i386.s
    lld/trunk/test/ELF/relocation-none-x86-64.s

Modified: lld/trunk/test/ELF/relocation-none-i386.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/relocation-none-i386.s?rev=361128&r1=361127&r2=361128&view=diff
==============================================================================
--- lld/trunk/test/ELF/relocation-none-i386.s (original)
+++ lld/trunk/test/ELF/relocation-none-i386.s Mon May 20 01:51:39 2019
@@ -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

Modified: lld/trunk/test/ELF/relocation-none-x86-64.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/relocation-none-x86-64.s?rev=361128&r1=361127&r2=361128&view=diff
==============================================================================
--- lld/trunk/test/ELF/relocation-none-x86-64.s (original)
+++ lld/trunk/test/ELF/relocation-none-x86-64.s Mon May 20 01:51:39 2019
@@ -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




More information about the llvm-commits mailing list