[lld] r324464 - [ELF] - Fix BB after r324463.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 01:41:14 PST 2018


Author: grimar
Date: Wed Feb  7 01:41:14 2018
New Revision: 324464

URL: http://llvm.org/viewvc/llvm-project?rev=324464&view=rev
Log:
[ELF] - Fix BB after r324463.

Test requires arm, but specified x86.

Modified:
    lld/trunk/test/ELF/linkerscript/unused-synthetic2.s

Modified: lld/trunk/test/ELF/linkerscript/unused-synthetic2.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/linkerscript/unused-synthetic2.s?rev=324464&r1=324463&r2=324464&view=diff
==============================================================================
--- lld/trunk/test/ELF/linkerscript/unused-synthetic2.s (original)
+++ lld/trunk/test/ELF/linkerscript/unused-synthetic2.s Wed Feb  7 01:41:14 2018
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: arm
 # RUN: llvm-mc -filetype=obj -triple=armv7-unknown-linux-gnueabi %s -o %t.o
 # RUN: echo "SECTIONS { .trap : { *(.ARM.exidx) *(.dummy) } }" > %t.script
 




More information about the llvm-commits mailing list