Add missing REQUIRES: arm.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 1 Oct 2019 17:35:56 +0000 (17:35 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 1 Oct 2019 17:35:56 +0000 (17:35 +0000)
llvm-svn: 373357

lld/test/ELF/partition-dynamic-linker.s

index f542a35..7aafedd 100644 (file)
@@ -1,6 +1,7 @@
 ## Test that we don't create a .ARM.exidx for the main partition.
 ## Previously we were doing so, which is unnecessary and led to a crash.
 
+# REQUIRES: arm
 # RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %p/Inputs/shared.s -o %t1.o
 # RUN: ld.lld -shared %t1.o -o %t.so
 # RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o