From: Peter Collingbourne Date: Tue, 1 Oct 2019 17:35:56 +0000 (+0000) Subject: Add missing REQUIRES: arm. X-Git-Tag: llvmorg-11-init~7869 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42ec0b777f1ee60b162588eef16a43c527be10d6;p=platform%2Fupstream%2Fllvm.git Add missing REQUIRES: arm. llvm-svn: 373357 --- diff --git a/lld/test/ELF/partition-dynamic-linker.s b/lld/test/ELF/partition-dynamic-linker.s index f542a35..7aafedd 100644 --- a/lld/test/ELF/partition-dynamic-linker.s +++ b/lld/test/ELF/partition-dynamic-linker.s @@ -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