summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/arm-gnu-ifunc.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/arm-gnu-ifunc.s')
-rw-r--r--lld/test/ELF/arm-gnu-ifunc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-gnu-ifunc.s b/lld/test/ELF/arm-gnu-ifunc.s
index 799b8b17f62..8a7cb0ae237 100644
--- a/lld/test/ELF/arm-gnu-ifunc.s
+++ b/lld/test/ELF/arm-gnu-ifunc.s
@@ -1,8 +1,8 @@
+// REQUIRES: arm
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
// RUN: ld.lld -static %t.o -o %tout
// RUN: llvm-objdump -triple armv7a-none-linux-gnueabi -d %tout | FileCheck %s --check-prefix=DISASM
// RUN: llvm-readobj -r -symbols -sections %tout | FileCheck %s
-// REQUIRES: arm
.syntax unified
.text
.type foo STT_GNU_IFUNC
OpenPOWER on IntegriCloud