[lld] r284711 - [ELF] Add REQUIRES: arm to test to fix buildbot without ARM backend.

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 03:16:14 PDT 2016


Author: psmith
Date: Thu Oct 20 05:16:13 2016
New Revision: 284711

URL: http://llvm.org/viewvc/llvm-project?rev=284711&view=rev
Log:
[ELF] Add REQUIRES: arm to test to fix buildbot without ARM backend.

Modified:
    lld/trunk/test/ELF/arm-exidx-shared.s

Modified: lld/trunk/test/ELF/arm-exidx-shared.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/arm-exidx-shared.s?rev=284711&r1=284710&r2=284711&view=diff
==============================================================================
--- lld/trunk/test/ELF/arm-exidx-shared.s (original)
+++ lld/trunk/test/ELF/arm-exidx-shared.s Thu Oct 20 05:16:13 2016
@@ -2,6 +2,7 @@
 // RUN: ld.lld %t --shared -o %t2 2>&1
 // RUN: llvm-readobj --relocations %t2 | FileCheck %s
 // RUN: llvm-objdump -s -triple=armv7a-none-linux-gnueabi %t2 | FileCheck -check-prefix=CHECK-EXTAB %s
+// REQUIRES: arm
 
 // Check that the relative R_ARM_PREL31 relocation can access a PLT entry
 // for when the personality routine is referenced from a shared library.




More information about the llvm-commits mailing list