[lld] r373357 - Add missing REQUIRES: arm.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 10:35:57 PDT 2019


Author: pcc
Date: Tue Oct  1 10:35:56 2019
New Revision: 373357

URL: http://llvm.org/viewvc/llvm-project?rev=373357&view=rev
Log:
Add missing REQUIRES: arm.

Modified:
    lld/trunk/test/ELF/partition-dynamic-linker.s

Modified: lld/trunk/test/ELF/partition-dynamic-linker.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/partition-dynamic-linker.s?rev=373357&r1=373356&r2=373357&view=diff
==============================================================================
--- lld/trunk/test/ELF/partition-dynamic-linker.s (original)
+++ lld/trunk/test/ELF/partition-dynamic-linker.s Tue Oct  1 10:35:56 2019
@@ -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




More information about the llvm-commits mailing list