From 893c13e58e46220bd12e3840ae09cbe04d420415 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 27 Feb 2018 17:13:23 +0000 Subject: [PATCH] Add missing REQUIRES. llvm-svn: 326210 --- lld/test/ELF/arm-execute-only.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lld/test/ELF/arm-execute-only.s b/lld/test/ELF/arm-execute-only.s index 01de9d5..c88ac296 100644 --- a/lld/test/ELF/arm-execute-only.s +++ b/lld/test/ELF/arm-execute-only.s @@ -1,3 +1,5 @@ +// REQUIRES: arm + // RUN: llvm-mc -filetype=obj -triple=armv7-pc-linux %s -o %t.o // RUN: ld.lld %t.o -o %t.so -shared // RUN: llvm-readelf -l %t.so | FileCheck %s -- 2.7.4