Add missing REQUIRES: arm.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Mar 2018 23:08:32 +0000 (23:08 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Mar 2018 23:08:32 +0000 (23:08 +0000)
llvm-svn: 328847

lld/test/ELF/arm-long-thunk-converge.s

index 774e819..dadc7e5 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: arm
 // RUN: llvm-mc -triple armv7-unknown-gnu -filetype=obj -o %t %s
 // RUN: ld.lld %t %S/Inputs/arm-long-thunk-converge.lds -o %t2
 // RUN: llvm-objdump -d -start-address=0x00000000 -stop-address=0x00000010 -triple=armv7a-linux-gnueabihf %t2 | FileCheck --check-prefix=CHECK1 %s